Skip to main content

TrustedDecoder

Type Alias TrustedDecoder 

Source
pub type TrustedDecoder<'de> = Decoder<'de, false>;
Expand description

Decoder that trusts inputs are already canonical.

Aliased Typeยง

pub struct TrustedDecoder<'de> { /* private fields */ }