Type Alias TinyBox

pub type TinyBox<T> = TinyBoxSized<T, 0>;

Aliased Typeยง

struct TinyBox<T>(/* private fields */);