Type Alias allocator::AllocResult

source ·
pub type AllocResult<T = ()> = Result<T, AllocError>;
Expand description

A Result type with AllocError as the error type.