Type Definition binn_ir::Object

source ·
pub type Object = BTreeMap<ObjectKey, Value>;
Expand description

Trait Implementations§

source§

impl TryFrom<Value> for Object

§

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.