pub fn from_reader_with_options<T: DeserializeOwned, R: Read>(
reader: &mut R,
options: &DecodeOptions,
) -> Result<T, Error>pub fn from_reader_with_options<T: DeserializeOwned, R: Read>(
reader: &mut R,
options: &DecodeOptions,
) -> Result<T, Error>