Skip to main content

DownMut

Trait DownMut 

Source
pub trait DownMut {
    // Required method
    fn down_mut(&mut self, idx: usize) -> Option<&mut Self>;
}

Required Methods§

Source

fn down_mut(&mut self, idx: usize) -> Option<&mut Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§