logo

Type Definition rocket::config::Table

source · []
pub type Table = BTreeMap<String, Value>;
Expand description

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