Trait is_tree::iterator::IterTypeMut
source · pub trait IterTypeMut {
// Provided method
fn iter_type_mut<T>(&mut self) -> TypeIterMut<'_, T> ⓘ
where Self: IntoIterTypeMut<T> { ... }
}
Provided Methods§
fn iter_type_mut<T>(&mut self) -> TypeIterMut<'_, T> ⓘwhere
Self: IntoIterTypeMut<T>,
Object Safety§
This trait is not object safe.