[][src]Trait containers_rs::Iterable

pub trait Iterable<'a, E, ERef = &'a E, EMutRef = &'a mut E>: IntoIterator where
    Self: 'a,
    &'a Self: IntoIterator<Item = ERef>,
    &'a mut Self: IntoIterator<Item = EMutRef>, 
{ }

Trait for objects that can be iterated over.

Implementors

Loading content...