Type Definition copra::service::MethodFuture [] [src]

type MethodFuture = Box<Future<Item = (Bytes, Controller), Error = MethodError>>;

A future that will resolve to a serialized message