Type Alias drmem_api::driver::Name

source ·
pub type Name = Arc<str>;
Expand description

Represents the type used to specify the name of a driver.

Aliased Type§

struct Name { /* private fields */ }