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