mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-28 02:49:02 +02:00
remove some static contraints
This commit is contained in:
@ -69,7 +69,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: AsyncRead + AsyncWrite + 'static> IoConnection<T> {
|
||||
impl<T: AsyncRead + AsyncWrite> IoConnection<T> {
|
||||
pub(crate) fn new(
|
||||
io: ConnectionType<T>,
|
||||
created: time::Instant,
|
||||
|
Reference in New Issue
Block a user