pub type AxNetDevice = Box<dyn NetDriverOps>;Expand description
The unified type of the NIC devices.
Aliased Typeยง
struct AxNetDevice(/* private fields */);pub type AxNetDevice = Box<dyn NetDriverOps>;The unified type of the NIC devices.
struct AxNetDevice(/* private fields */);