pub type Result<T> = Result<T, ConfigCoreError>;Expand description
Result type returned by configuration-core operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ConfigCoreError),
}pub type Result<T> = Result<T, ConfigCoreError>;Result type returned by configuration-core operations.
pub enum Result<T> {
Ok(T),
Err(ConfigCoreError),
}