pub type Result<T> = Result<T, SystemConfigurationError>;Expand description
Re-exports the corresponding SystemConfiguration wrappers. Result alias used by SystemConfiguration wrapper APIs.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SystemConfigurationError),
}