pub trait SetVersion {
    fn set_version(&mut self, version: i32);
}

Required Methods§

| set the serialization context version |

Implementors§