pub type Result<T> = Result<T, SemverError>;Expand description
A specialized Result type for semver operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SemverError),
}pub type Result<T> = Result<T, SemverError>;A specialized Result type for semver operations.
pub enum Result<T> {
Ok(T),
Err(SemverError),
}