Function from_vec

Source
pub fn from_vec<T>(value: Vec<u8>, endian: Endian) -> Result<T>
Expand description

Deserialize from an owned buffer.