Trait casper_wasmi::FromValue
source · pub trait FromValue: Sized {
// Required method
fn from_value(val: Value) -> Option<Self>;
}Expand description
Required Methods§
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl FromValue for bool
impl FromValue for bool
This conversion assumes that boolean values are represented by
I32 type.