pub trait OpsFnMut<Args> {
    fn not_mut(&mut self) -> NotMut<&mut Self> { ... }
}

Provided Methods

Implementors