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

Required methods

Implementors