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

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

Required methods

pub fn write_to(&self, bf: &mut BytesMut)[src]

pub fn len(&self) -> usize[src]

Loading content...

Provided methods

pub fn is_empty(&self) -> bool[src]

pub fn bytes(&self) -> Vec<u8>[src]

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...