mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
hide AcceptorService
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user