Function from_bytes

Source
pub fn from_bytes<'a, T>(bytes: &'a [u8]) -> Result<T>
where T: Deserialize<'a>,
Expand description

Analyze as binary data of one file in order from hkx header.

§Errors

Fail to parse bytes.