pub trait Export: Serialize {
    fn export(&self, path: &str) -> Result<(), ConfigError> { ... }
}

Provided Methods

Implementors