pub type ConfigResult<T> = Result<T, ConfigError>;Expand description
Configuration result type
Aliased Type§
pub enum ConfigResult<T> {
Ok(T),
Err(ConfigError),
}pub type ConfigResult<T> = Result<T, ConfigError>;Configuration result type
pub enum ConfigResult<T> {
Ok(T),
Err(ConfigError),
}