pub trait YamlConfig<'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.

Implementors§

source§

impl<'de> YamlConfig<'de> for BackendFile

source§

impl<'de> YamlConfig<'de> for InfraFile

source§

impl<'de> YamlConfig<'de> for NodeConfig

source§

impl<'de> YamlConfig<'de> for PolicyFile

source§

impl<'de> YamlConfig<'de> for ProxyConfig