pub type Result<T> = Result<T, LicenseError>;Expand description
Result type alias for license operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LicenseError),
}pub type Result<T> = Result<T, LicenseError>;Result type alias for license operations
pub enum Result<T> {
Ok(T),
Err(LicenseError),
}