Trait frame_support::traits::Len [−][src]
Expand description
Anything that can have a ::len()
method.
Required methods
Implementors
impl<T: IntoIterator + Clone> Len for T where
<T as IntoIterator>::IntoIter: ExactSizeIterator,