ssw/doc/toml/value/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
694 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["Offset","A parsed TOML time offset"],["Value","Representation of a TOML value."]],"struct":[["Date","A parsed TOML date value"],["Datetime","A parsed TOML datetime value"],["DatetimeParseError","Error returned from parsing a `Datetime` in the `FromStr` implementation."],["Time","A parsed TOML time value"]],"trait":[["Index","Types that can be used to index a `toml::Value`"]],"type":[["Array","Type representing a TOML array, payload of the `Value::Array` variant"],["Table","Type representing a TOML table, payload of the `Value::Table` variant. By default it is backed by a BTreeMap, enable the `preserve_order` feature to use a LinkedHashMap instead."]]};