pub type MessageReply<Svc, Msg> = DataView<<Svc as Handler<Msg>>::Reply>;
A type alias for the returned data view of the RPC message reply.