pub type Result<T> = Result<T, ConfigError>;Expand description
Result type for configuration operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ConfigError),
}pub type Result<T> = Result<T, ConfigError>;Result type for configuration operations
pub enum Result<T> {
Ok(T),
Err(ConfigError),
}