Type Definition cubist_config::Result

source ·
pub type Result<T, E = ConfigError> = Result<T, E>;
Expand description

Result with error type defaulting to ConfigError.