pub fn get_driver_framework() -> &'static DriverFrameworkExpand description
Get the global driver framework.
Panics if the driver framework has not been initialized via init.
Prefer try_get_driver_framework in contexts where a panic is
unacceptable.