update proxy macro to support additional type params

This commit is contained in:
Oliver Gould
2017-07-24 15:57:10 +00:00
parent 275b835023
commit 9e4464e385
4 changed files with 22 additions and 27 deletions

View File

@@ -33,11 +33,11 @@ mod framed_write;
mod ping_pong;
mod ready;
mod settings;
mod state;
mod stream_recv_close;
mod stream_recv_open;
mod stream_send_close;
mod stream_send_open;
mod stream_state;
mod stream_states;
pub use self::connection::Connection;