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