pub type NetDriver<'a> = Device<'a, MTU>;
Type alias for network driver.
struct NetDriver<'a> { /* private fields */ }