Type Alias rocket::config::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 */ }