Type Definition sp_runtime_interface::Pointer
source · [−]pub type Pointer<T> = Pointer<T>;Expand description
A pointer that can be used in a runtime interface function signature.
Trait Implementations
type SelfInstance = Self
type SelfInstance = Self
As Self can be an unsized type, it needs to be represented by a sized type at the host.
This SelfInstance is the sized type. Read more
Create SelfInstance from the given
Convert self into a ffi value.