Type Definition binn_ir::Map

source ·
pub type Map = BTreeMap<MapKey, Value>;
Expand description

Trait Implementations§

source§

impl TryFrom<Value> for Map

§

type Error = Error

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

fn try_from(v: Value) -> Result<Self, Self::Error>

Performs the conversion.