Type Definition gpu_allocator::Result

source ·
pub type Result<V, E = AllocationError> = Result<V, E>;