Type Definition cobble_core::error::InstallationResult

source ·
pub type InstallationResult<T> = Result<T, InstallationError>;
Expand description

Result with InstallationError as the error type.