pub trait Sizeable {
    fn size(&self) -> usize;
}

Required Methods

Implementations on Foreign Types

Implementors