Trait otspec::Serialize[][src]

pub trait Serialize {
    fn to_bytes(&self, data: &mut Vec<u8>) -> Result<(), SerializationError>;
}

Required methods

Implementations on Foreign Types

Implementors