Trait redox::net::FromBytes [] [src]

pub trait FromBytes {
    fn from_bytes(bytes: Vec<u8>) -> Option<Self> where Self: Sized;
}

Required Methods

fn from_bytes(bytes: Vec<u8>) -> Option<Self> where Self: Sized

Implementors