pub type DriverAllocImpl<T, Ctx = Registered> = <<T as DriverObject>::Driver as Driver>::Object<Ctx>;Expand description
A type alias for retrieving the current AllocImpl for a given DriverObject.
pub type DriverAllocImpl<T, Ctx = Registered> = <<T as DriverObject>::Driver as Driver>::Object<Ctx>;A type alias for retrieving the current AllocImpl for a given DriverObject.