pub trait IncomingMessage { // Required method fn get_body(&self) -> Result<Reader<'_>>; }
A message received from a VatNetwork.
VatNetwork
Gets the message body, to be interpreted by the caller.
The standard RPC implementation interprets it as a Message as defined in schema/rpc.capnp.
schema/rpc.capnp