Add another test

This commit is contained in:
Carl Lerche
2017-08-15 13:44:48 -07:00
parent e015d7bfba
commit de96b2f410
4 changed files with 68 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ pub use self::bytes::{
IntoBuf,
};
pub use std::time::Duration;
use tokio_io::{AsyncRead, AsyncWrite};
pub trait MockH2 {