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