Trait AssignNot

Source
pub trait AssignNot<Arg = Self> {
    // Required method
    fn assign_not(&mut self, arg: Arg);
}
Expand description

Complement with assignment into a separate argument.

Required Methods§

Source

fn assign_not(&mut self, arg: Arg)

Implementors§