pub type Result<T> = Result<T, MemoryAllocationError>;
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(MemoryAllocationError),
}
pub type Result<T> = Result<T, MemoryAllocationError>;
pub enum Result<T> {
Ok(T),
Err(MemoryAllocationError),
}