Skip to main content

Device

Type Alias Device 

Source
pub type Device<'d> = Device<'d, MTU>;
Expand description

embassy-net-driver-channel device handle returned by new.

Aliased Typeยง

pub struct Device<'d> { /* private fields */ }