pub type Result<V, E = AllocationError> = Result<V, E>;
Aliased Type§
pub enum Result<V, E = AllocationError> {
Ok(V),
Err(E),
}
pub type Result<V, E = AllocationError> = Result<V, E>;
pub enum Result<V, E = AllocationError> {
Ok(V),
Err(E),
}