rocket::config

Type Alias Table

Source
pub type Table = BTreeMap<String, Value>;
Expand description

Type representing a TOML table, payload of the Value::Table variant

Aliased Typeยง

struct Table { /* private fields */ }