Use macros for proxying internal interfaces.

This commit is contained in:
Oliver Gould
2017-07-23 19:18:14 +00:00
parent df5f31a63c
commit 5b3f27c5fa
11 changed files with 330 additions and 694 deletions

View File

@@ -3,8 +3,6 @@ use client::Client;
use error;
use frame::{self, StreamId};
use proto::*;
use proto::ping_pong::{ControlPing, PingPayload};
use proto::settings::ControlSettings;
use server::Server;
use bytes::{Bytes, IntoBuf};