Trait CondSerialize

Source
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§

Source§

impl<T> CondSerialize for T