hide AcceptorService

This commit is contained in:
Nikolay Kim 2018-08-23 11:30:49 -07:00
parent 3dafe6c251
commit 9ef7a9c182
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ impl IntoAsyncIo for net::TcpStream {
}
}
#[doc(hidden)]
/// Trait implemented by types that could accept incomming socket connections.
pub trait AcceptorService<Io: AsyncRead + AsyncWrite>: Clone {
/// Established connection type