pub trait Len { // Required method fn len(&self) -> usize; }
Anything that can have a ::len() method.
::len()
Return the length of data type.