pub trait IIterable_Impl<T>: Sized
where T: RuntimeType + 'static,
{ // Required method fn First(&self) -> Result<IIterator<T>>; }

Required Methods§

fn First(&self) -> Result<IIterator<T>>

Object Safety§

This trait is not object safe.

Implementors§