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