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

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

A UDP packet ring buffer.