Skip to main content

PosIterMutProvider

Trait PosIterMutProvider 

Source
pub trait PosIterMutProvider {
    // Required method
    fn iter_pos_mut(&mut self) -> impl PosMutIterator<'_>;
}
Expand description

Trait for providing mutable iteration over positions

Required Methods§

Source

fn iter_pos_mut(&mut self) -> impl PosMutIterator<'_>

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§