Type Alias DriverName

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 */ }