Type Alias MessageReply

Source
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.