[][src]Trait containers_rs::Container

pub trait Container {
    fn len(&self) -> usize;
}

Trait for a simple container.

Required methods

fn len(&self) -> usize

Get the size of the container.

Loading content...

Implementors

Loading content...