pub trait Strictness { }
Expand description

Specify how lenient the deserialization process should be

Formats which make use of this trait should specify how it affects the deserialization behavior.

Implementors