Trait sp_wasm_interface::PointerType
source · pub trait PointerType: Sized + Sealed {
const SIZE: u32 = _;
}
Expand description
Something that can be wrapped in a wasm Pointer
.
This trait is sealed.
pub trait PointerType: Sized + Sealed {
const SIZE: u32 = _;
}
Something that can be wrapped in a wasm Pointer
.
This trait is sealed.