Trait brane_cfg::info::YamlInfo

source ·
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.

Implementors§

source§

impl<'de> YamlInfo<'de> for BackendFile

source§

impl<'de> YamlInfo<'de> for InfraFile

source§

impl<'de> YamlInfo<'de> for NodeConfig

source§

impl<'de> YamlInfo<'de> for PolicyFile

source§

impl<'de> YamlInfo<'de> for ProxyConfig