pub type Result<T, E = ConfigError> = Result<T, E>;Expand description
Convenience alias used throughout the crate.
Aliased Type§
pub enum Result<T, E = ConfigError> {
Ok(T),
Err(E),
}pub type Result<T, E = ConfigError> = Result<T, E>;Convenience alias used throughout the crate.
pub enum Result<T, E = ConfigError> {
Ok(T),
Err(E),
}