Type Definition datacake_rpc::MessageReply

source ·
pub type MessageReply<Svc, Msg> = DataView<<Svc as Handler<Msg>>::Reply>;
Expand description

A type alias for the returned data view of the RPC message reply.