pub trait PointerType: Sized + Sealed {
    const SIZE: u32;
}
Expand description

Something that can be wrapped in a wasm Pointer.

This trait is sealed.

Associated Constants

The size of the type in wasm.

Implementations on Foreign Types

Implementors