ContainerIter

Trait ContainerIter 

Source
pub trait ContainerIter<U>: Container<U>
where Self::Cont<U>: RawSpace<Elem = U>,
{ type Iter<'a, T: 'a>: Iterator<Item = &'a T> where Self: 'a; }

Required Associated Types§

Source

type Iter<'a, T: 'a>: Iterator<Item = &'a T> where Self: 'a

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§