pub trait StaticSize: Sized {
    const STATIC_SIZE: PointerType;
}

Associated Constants

Implementations on Foreign Types

Implementors