pub type NetDriver<'a> = Device<'a, MTU>;
Expand description

Type alias for network driver.

Aliased Type§

struct NetDriver<'a> { /* private fields */ }