Function decode_with_options

Source
pub fn decode_with_options<T: Decodable>(
    bytes: &[u8],
    options: &impl DecodeOptions,
) -> Result<T, DecodeError>