AllocResult

Type Alias AllocResult 

Source
pub type AllocResult = Result<Alloc, AllocError>;

Aliased Type§

pub enum AllocResult {
    Ok(Alloc),
    Err(AllocError),
}

Variants§

§1.0.0

Ok(Alloc)

Contains the success value

§1.0.0

Err(AllocError)

Contains the error value