Type Definition maskerad_memory_allocators::allocation_error::AllocationResult [] [src]

type AllocationResult<T> = Result<T, AllocationError>;

A simple typedef, for convenience.