pub type LicenseResult<T> = Result<T, LicenseError>;Expand description
Convenient alias for results throughout Talos.
Aliased Type§
pub enum LicenseResult<T> {
Ok(T),
Err(LicenseError),
}pub type LicenseResult<T> = Result<T, LicenseError>;Convenient alias for results throughout Talos.
pub enum LicenseResult<T> {
Ok(T),
Err(LicenseError),
}