Trait redox::net::ToBytes [] [src]

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

Required Methods

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

Implementors