pub type DriverName = String;
Expand description

A driver name is the name defined in ZIRCON_DRIVER_BEGIN begin macro for a specific driver.

Aliased Type§

struct DriverName { /* private fields */ }