pub trait SaveInto {
    fn save_into(&mut self, bytes: &mut Vec<u8>) -> PatchDataSize;
}

Required methods

Implementors