Trait open_protocol::types::IntoBytes [] [src]

pub trait IntoBytes {
    fn into_bytes(self) -> Result<Vec<u8>>;
}

Required Methods

Implementors