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§