pub type AllocResult = Result<(), AllocError>;Expand description
Result of an allocation
Aliased Type§
pub enum AllocResult {
Ok(()),
Err(AllocError),
}pub type AllocResult = Result<(), AllocError>;Result of an allocation
pub enum AllocResult {
Ok(()),
Err(AllocError),
}