Get a request sent

This commit is contained in:
Carl Lerche
2017-06-26 22:25:25 -07:00
parent ac2959e956
commit 7897b770e9
15 changed files with 296 additions and 125 deletions

View File

@@ -4,6 +4,7 @@ use proto::ReadySink;
use futures::*;
#[derive(Debug)]
pub struct PingPong<T> {
inner: T,
}