pub trait SummaryOps<T> { // Required method fn summary(&self) -> Summary<T>; }
Trait providing a summary method for Vector<T>.
summary
Vector<T>