pub type Table = Map<String, Value>;Aliased Type§
pub struct Table { /* private fields */ }Trait Implementations§
Source§impl TryFrom<Value> for Table
Attempts to convert a Value into a Table.
Handles conversion from all Value variants, with specific errors for
non-convertible types.
impl TryFrom<Value> for Table
Attempts to convert a Value into a Table.
Handles conversion from all Value variants, with specific errors for
non-convertible types.