Expand description
Definition of a TOML value
Re-exports§
pub use crate::Table;
Structs§
- Date
 - A parsed TOML date value
 - Datetime
 - A parsed TOML datetime value
 - Datetime
Parse Error  - Error returned from parsing a 
Datetimein theFromStrimplementation. - Time
 - A parsed TOML time value
 
Enums§
Traits§
- Index
 - Types that can be used to index a 
toml::Value 
Type Aliases§
- Array
 - Type representing a TOML array, payload of the 
Value::Arrayvariant