Searched defs:Conns (Results 1 – 2 of 2) sorted by relevance
51 pub(crate) struct Conns<S> { struct55 impl<S> Conns<S> { argument63 impl<S> Clone for Conns<S> { implementation71 impl<S: Read + Write + 'static> Conns<S> { implementation
59 pub(crate) struct Conns<S> { struct65 impl<S> Conns<S> { argument76 impl<S> Clone for Conns<S> { implementation87 impl<S: AsyncRead + AsyncWrite + ConnInfo + Unpin + Send + Sync + 'static> Conns<S> { implementation