Type Definition binn_ir::List

source ·
pub type List = Vec<Value>;
Expand description

Trait Implementations§

source§

impl TryFrom<Value> for List

§

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.