Trait cornflakes::DataSize

source ·
pub trait DataSize {
    fn data_size(&self) -> usize;
}

Required Methods§

Returns the size of self in bytes when written with Writable.

Implementations on Foreign Types§

Implementors§