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