pub type ConfigItem = Item;
Config value or table node.
pub enum ConfigItem { None, Value(Value), Table(Table), ArrayOfTables(ArrayOfTables), }
Type representing none.
Type representing value.
Type representing table.
Type representing array of tables.