Skip to main content

FromBuf

Trait FromBuf 

Source
pub trait FromBuf {
    // Required method
    fn from_buf(buf: Vec<u8>) -> Option<Self>
       where Self: Sized;
}

Required Methods§

Source

fn from_buf(buf: Vec<u8>) -> Option<Self>
where Self: Sized,

Implementations on Foreign Types§

Source§

impl FromBuf for SocketAddr

Source§

fn from_buf(buf: Vec<u8>) -> Option<Self>

Implementors§