Type Alias embassy_net_esp_hosted::NetDriver
source · pub type NetDriver<'a> = Device<'a, MTU>;Expand description
Type alias for network driver.
Aliased Type§
struct NetDriver<'a> { /* private fields */ }pub type NetDriver<'a> = Device<'a, MTU>;Type alias for network driver.
struct NetDriver<'a> { /* private fields */ }