[][src]Trait serde_with::formats::Strictness

pub trait Strictness { }

Specify how lenient the deserialization process should be

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

Implementors

impl Strictness for Flexible[src]

impl Strictness for Strict[src]

Loading content...