pub type NetDriver<'a> = Device<'a, MTU>;
Network driver.
This is the type you have to pass to embassy-net when creating the network stack.
embassy-net
pub struct NetDriver<'a> { /* private fields */ }