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