[][src]Trait rsocket_rust::utils::Writeable

pub trait Writeable {
    fn write_to(&self, bf: &mut BytesMut);
fn len(&self) -> usize; fn is_empty(&self) -> bool { ... }
fn bytes(&self) -> Vec<u8> { ... } }

Required methods

fn write_to(&self, bf: &mut BytesMut)

fn len(&self) -> usize

Loading content...

Provided methods

fn is_empty(&self) -> bool

fn bytes(&self) -> Vec<u8>

Loading content...

Implementors

impl Writeable for CompositeMetadata[src]

impl Writeable for CompositeMetadataEntry[src]

impl Writeable for RoutingMetadata[src]

impl Writeable for u24[src]

Loading content...