Trait byte_conv::From [] [src]

pub trait From {
    unsafe fn from_bytes(bytes: &[u8]) -> Self;
}

A type which can be constructed from bytes unsafely

Required Methods

Construct a type from an array of bytes

Implementors