Function seec_channel::tcp::server

source ·
pub async fn server<T: RemoteSend>(
    addr: impl ToSocketAddrs + Debug
) -> Result<impl Stream<Item = Result<TrackingChannel<T>, Error>>, Error>