CondDeserialize

Trait CondDeserialize 

Source
pub trait CondDeserialize { }
Expand description

A helper trait to conditionally require a serde::Deserialize as a trait bound when the serde feature is activated.

Implementors§

Source§

impl<T> CondDeserialize for T

Available on non-crate feature serde only.