Type Definition sp_runtime_interface::Pointer [−][src]
type Pointer<T> = Pointer<T>;
A pointer that can be used in a runtime interface function signature.
Trait Implementations
impl<T: PointerType> FromFFIValue for Pointer<T>
[src]
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