pub trait PointerType: Sized + Sealed {
const SIZE: u32 = _;
}Expand description
Something that can be wrapped in a wasm Pointer.
This trait is sealed.
Provided Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".