Trait std::net::FromBytes
[−]
[src]
pub trait FromBytes {
fn from_bytes(bytes: Vec<u8>) -> Option<Self> where Self: Sized;
}
pub trait FromBytes {
fn from_bytes(bytes: Vec<u8>) -> Option<Self> where Self: Sized;
}
fn from_bytes(bytes: Vec<u8>) -> Option<Self> where Self: Sized