BumpAllocatorArenaResult

Type Alias BumpAllocatorArenaResult 

Source
pub type BumpAllocatorArenaResult<T> = Result<T, BumpAllocatorArenaError>;

Aliased Type§

pub enum BumpAllocatorArenaResult<T> {
    Ok(T),
    Err(BumpAllocatorArenaError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(BumpAllocatorArenaError)

Contains the error value