Trait kerbalobjects::ToBytes[][src]

pub trait ToBytes {
    fn to_bytes(&self, buf: &mut Vec<u8>);
}

Required methods

Implementations on Foreign Types

Implementors