Trait sp_runtime_interface::wasm::IntoFFIValue [−][src]
Something that can be converted into a ffi value.
Associated Types
type Owned
[src]
The owned rust type that is stored with the ffi value in WrappedFFIValue
.
If no owned value is required, ()
can be used as a type.
Required methods
fn into_ffi_value(&self) -> WrappedFFIValue<Self::FFIType, Self::Owned>
[src]
Convert self
into a WrappedFFIValue
.