Trait narwhal_config::Import 
source · [−]pub trait Import: DeserializeOwned {
    fn import(path: &str) -> Result<Self, ConfigError> { ... }
}Provided Methods
source
pub trait Import: DeserializeOwned {
    fn import(path: &str) -> Result<Self, ConfigError> { ... }
}