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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".