A lot of structural work

This commit is contained in:
Carl Lerche
2017-08-03 11:40:50 -07:00
parent e810b30999
commit 7a804601c5
11 changed files with 193 additions and 85 deletions

View File

@@ -117,7 +117,7 @@ impl<T: ApplySettings> ApplySettings for FramedRead<T> {
}
*/
impl<T> Stream for FramedRead<T>
impl<T> futures::Stream for FramedRead<T>
where T: AsyncRead,
{
type Item = Frame;