from_bytes

Function from_bytes 

Source
pub fn from_bytes<T>(data: &[u8]) -> Result<EndianValue<T>, &'static str>
Available on crate feature io-core only.
Expand description

Read raw bytes and return an EndianValue<T> chosen by T::default().endian().