Trait neli::TypeSize

source ·
pub trait TypeSize {
    fn type_size() -> usize;
}
Expand description

A trait defining methods that apply to constant-sized data types related to size.

Required Methods§

Get the size of a constant-sized data type.

Implementations on Foreign Types§

Implementors§