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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.