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().
pub fn from_bytes<T>(data: &[u8]) -> Result<EndianValue<T>, &'static str>io-core only.Read raw bytes and return an EndianValue<T> chosen by
T::default().endian().