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