Function from_bytes_with_opt

Source
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.