[−][src]Trait sp_wasm_interface::IntoValue
Something that can be converted into a wasm compatible Value
.
Associated Constants
pub const VALUE_TYPE: ValueType
[src]
The type of the value in wasm.
Required methods
pub fn into_value(self) -> Value
[src]
Convert self
into a wasm Value
.