polish: collapse a couple async/blocking groups

This commit is contained in:
Ryan Leckey
2021-01-14 19:01:39 -08:00
parent 723599043e
commit e719f698f4
4 changed files with 11 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
use crate::Runtime;
// for<'a> &'a mut Rt::TcpStream: crate::io::Stream<'a>,
pub trait Close<Rt>
where
Rt: Runtime,