pub trait Volume { // Required method fn volume(&self) -> usize; }
Used to calculate the volume of an item.
Calculates the volume of the Extent3d.
Extent3d