pub trait MapContent<T: OutputType + Send>: Node<T> { }

Trait Implementations§

source§

impl<T> IntoIterator for Box<dyn MapContent<T>>where T: OutputType + Send,

§

type Item = Box<dyn MapContent<T> + 'static, Global>

The type of the elements being iterated over.
§

type IntoIter = IntoIter<Box<dyn MapContent<T> + 'static, Global>, Global>

Which kind of iterator are we turning this into?
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more

Implementors§

source§

impl<T> MapContent<T> for area<T>where T: OutputType + Send,