pub type Result<T> = Result<T, SbomDiffError>;Expand description
Convenient Result type for sbom-tools operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SbomDiffError),
}pub type Result<T> = Result<T, SbomDiffError>;Convenient Result type for sbom-tools operations
pub enum Result<T> {
Ok(T),
Err(SbomDiffError),
}