pub type BundleResult<T> = Result<T, BundleError>;Expand description
Result type for bundle operations.
Aliased Type§
pub enum BundleResult<T> {
Ok(T),
Err(BundleError),
}pub type BundleResult<T> = Result<T, BundleError>;Result type for bundle operations.
pub enum BundleResult<T> {
Ok(T),
Err(BundleError),
}