pub trait YamlInfo<'de>:
Clone
+ Debug
+ Deserialize<'de>
+ Serialize { }
Expand description
A marker trait that will let the compiler implement Config
for this object using the serde_yaml
backend.
Object Safety§
This trait is not object safe.