pub type Device<'d, const MTU: usize> = Device<'d, MTU>;
Type alias for the embassy-net driver for CDC-NCM.
pub struct Device<'d, const MTU: usize> { /* private fields */ }