Type Definition rustc_middle::mir::interpret::allocation::AllocResult[][src]

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