pub type Device<'d, const MTU: usize> = Device<'d, MTU>;
Expand description

Type alias for the embassy-net driver for CDC-NCM.

Aliased Type§

struct Device<'d, const MTU: usize> { /* private fields */ }