pub trait Length { // Required method fn length(&self) -> f64; }
Something which has a finite length.
Calculate the length.