Type Definition cubist_config::Result
source · pub type Result<T, E = ConfigError> = Result<T, E>;
Expand description
Result with error type defaulting to ConfigError
.
pub type Result<T, E = ConfigError> = Result<T, E>;
Result with error type defaulting to ConfigError
.