Type Alias json_with_comments::value::MapImpl
source · pub type MapImpl<K, V> = HashMap<K, V>;
Aliased Type§
struct MapImpl<K, V> { /* private fields */ }
Trait Implementations§
source§impl<I, F> TryFrom<JsoncValue<I, F>> for MapImpl<String, JsoncValue<I, F>>
impl<I, F> TryFrom<JsoncValue<I, F>> for MapImpl<String, JsoncValue<I, F>>
§type Error = JsonWithCommentsError
type Error = JsonWithCommentsError
The type returned in the event of a conversion error.