pub type NetDriver<'a> = Device<'a, MTU>;
Embassy-net driver.
pub struct NetDriver<'a> { /* private fields */ }