[][src]Trait bitserde::ContainerSize

pub trait ContainerSize {
    fn size() -> usize;
}

Represents a bit container size.

Required methods

fn size() -> usize

The size of the bit container.

Loading content...

Implementors

Loading content...