mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-03 09:58:21 +01:00
Rename module framed -> protocol, and clarify some type parameters.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
use {REMOTE, net2};
|
||||
use bincode::serde::DeserializeError;
|
||||
use errors::WireError;
|
||||
use framed::Proto;
|
||||
use protocol::Proto;
|
||||
use futures::{self, Async, Future, Stream};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::io;
|
||||
|
||||
Reference in New Issue
Block a user