Type Definition smoltcp::phy::EthernetTracer

source ·
pub type EthernetTracer<T> = Tracer<T, EthernetFrame<&'static [u8]>>;
Expand description

A tracer device for Ethernet frames.