pub trait CondSerialize { }Expand description
A helper trait to conditionally require a serde::Serialize as a trait bound when the serde feature is activated.
pub trait CondSerialize { }A helper trait to conditionally require a serde::Serialize as a trait bound when the serde feature is activated.