mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-25 13:22:50 +01:00
hide AcceptorService
This commit is contained in:
parent
3dafe6c251
commit
9ef7a9c182
@ -336,6 +336,7 @@ impl IntoAsyncIo for net::TcpStream {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
/// Trait implemented by types that could accept incomming socket connections.
|
/// Trait implemented by types that could accept incomming socket connections.
|
||||||
pub trait AcceptorService<Io: AsyncRead + AsyncWrite>: Clone {
|
pub trait AcceptorService<Io: AsyncRead + AsyncWrite>: Clone {
|
||||||
/// Established connection type
|
/// Established connection type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user