pub trait Import: DeserializeOwned {
    fn import(path: &str) -> Result<Self, ConfigError> { ... }
}

Provided Methods

Implementors