pub fn from_bytes_with_opt<'a, T>(de: BytesDeserializer<'a>) -> Result<T>where
T: Deserialize<'a>,
Expand description
Analyze as binary data of one file in order from hkx header(with custom deserializer settings).
§Errors
Fail to parse bytes.
pub fn from_bytes_with_opt<'a, T>(de: BytesDeserializer<'a>) -> Result<T>where
T: Deserialize<'a>,
Analyze as binary data of one file in order from hkx header(with custom deserializer settings).
Fail to parse bytes.