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