pub type TrustedDecoder<'de> = Decoder<'de, false>;
Decoder that trusts inputs are already canonical.
pub struct TrustedDecoder<'de> { /* private fields */ }