flowistry_pdg::rustc::mir::interpret

Type Alias AllocResult

Source
pub type AllocResult<T = ()> = Result<T, AllocError>;

Aliased Type§

enum AllocResult<T = ()> {
    Ok(T),
    Err(AllocError),
}

Variants§

§

Ok(T)

Contains the success value

§

Err(AllocError)

Contains the error value