Trait ExecuteMut

Source
pub trait ExecuteMut<Rhs> {
    type Output;

    // Required method
    fn execute_mut(&mut self, rhs: Rhs) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn execute_mut(&mut self, rhs: Rhs) -> Self::Output

Implementors§