//! std udp interface impl
usecrate::interface_manager::{
Interface,utils::{framed_stream,std::StdQueue},};/// An interface implementation for UDP using tokio
pubstructTokioUdpInterface{}implInterface forTokioUdpInterface{typeSink=framed_stream::Sink<StdQueue>;}