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