pub trait CondDeserialize { }Expand description
A helper trait to conditionally require a serde::Deserialize as a trait bound when the serde feature is activated.
Implementors§
impl<T> CondDeserialize for T
Available on non-crate feature
serde only.