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