Type Definition smoltcp::socket::RawSocketBuffer[][src]

type RawSocketBuffer<'a> = PacketBuffer<'a, ()>;

A UDP packet ring buffer.