pub trait TypeSize<T> {
    fn type_size() -> usize { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors