embassy-net-ppp

Crates

git

Versions

default

Flavors

embassy_net_ppp

Type Alias Device

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

Type alias for the embassy-net driver.

Aliased Typeยง

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