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>>

§

type Error = JsonWithCommentsError

The type returned in the event of a conversion error.
source§

fn try_from(value: JsoncValue<I, F>) -> Result<Self, Self::Error>

Performs the conversion.