pub trait Save {
    fn save(&mut self);
}

Required methods

Implementors