pub trait MutIterComp: IterComponent { }Expand description
Trait implemented by mutable iterator components.
Implementors§
impl MutIterComp for AsyncCompMut
Available on crate features
async only.pub trait MutIterComp: IterComponent { }Trait implemented by mutable iterator components.
async only.