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