pub type DriverName = String;
A driver name is the name defined in ZIRCON_DRIVER_BEGIN begin macro for a specific driver.
struct DriverName { /* private fields */ }