Skip to main content

CheckedDecoder

Type Alias CheckedDecoder 

Source
pub type CheckedDecoder<'de> = Decoder<'de, true>;
Expand description

Decoder that enforces canonical constraints while decoding.

Aliased Typeยง

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