[][src]Function tree_buf::decode_with_options

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