ResetWith

Trait ResetWith 

Source
pub trait ResetWith<Input> {
    // Required method
    fn reset_with(&mut self, g: &Input);
}

Required Methods§

Source

fn reset_with(&mut self, g: &Input)

Implementors§