pub type Result<T> = Result<T, InstallStateError>;Expand description
Convenience result type for install-state operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(InstallStateError),
}pub type Result<T> = Result<T, InstallStateError>;Convenience result type for install-state operations.
pub enum Result<T> {
Ok(T),
Err(InstallStateError),
}