Trait imbl_sized_chunks::ring_buffer::HasLength
source · pub trait HasLength {
// Required method
fn len(&self) -> usize;
// Provided method
fn is_empty(&self) -> bool { ... }
}
Expand description
Trait for data structures which have a length.