Trait zng::config::ConfigValue

source ·
pub trait ConfigValue:
    VarValue
    + Serialize
    + DeserializeOwned { }
Expand description

Marker trait for types that can stored in a Config.

This trait is already implemented for types it applies.

Object Safety§

This trait is not object safe.

Implementors§