Function from_bytes

Source
pub fn from_bytes<T: EpeeObject>(buf: &[u8]) -> Result<T>
Expand description

Read the object T from a byte array.