[−][src]Trait sp_wasm_interface::TryFromValue
Something that can may be created from a wasm Value
.
Required methods
fn try_from_value(val: Value) -> Option<Self>
Try to convert the given Value
into Self
.