Trait ByteWritableLike

Source
pub trait ByteWritableLike {
    type Param;

    // Required method
    fn write_to_bytes_like(self, writer: &mut ByteWriter, param: &Self::Param);
}

Required Associated Types§

Required Methods§

Source

fn write_to_bytes_like(self, writer: &mut ByteWriter, param: &Self::Param)

Implementors§