pub trait Volume {
    fn volume(&self) -> usize;
}
Expand description

Used to calculate the volume of an item.

Required Methods

Implementors