pub trait SaveToPersistence<U> {
    fn write(&mut self);
}

Required methods

Implementors