[][src]Trait iml_wire_types::ToBytes

pub trait ToBytes {
    fn to_bytes(&self) -> Result<Vec<u8>, Error>;
}

Required methods

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Loading content...

Implementors

impl<T: Serialize> ToBytes for T[src]

Loading content...