Type Definition shadowsocks::relay::BoxIoFuture [] [src]

type BoxIoFuture<T> = Box<Future<Item=T, Error=Error>>;

Alias for Boxed Future without Send