pub type Result<T> = Result<T, SurfPoolError>;Expand description
Convenient Result redefinition that uses SurfPoolError as Error
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SurfPoolError),
}pub type Result<T> = Result<T, SurfPoolError>;Convenient Result redefinition that uses SurfPoolError as Error
pub enum Result<T> {
Ok(T),
Err(SurfPoolError),
}