Skip to main content

DriverAllocImpl

Type Alias DriverAllocImpl 

Source
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.