pub type Result<T> = Result<T, RemovalError>;Expand description
Convenience result type for removal operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(RemovalError),
}pub type Result<T> = Result<T, RemovalError>;Convenience result type for removal operations.
pub enum Result<T> {
Ok(T),
Err(RemovalError),
}