Trait augrim::Message

source ·
pub trait Message: Clone { }
Expand description

A message sent between processes.

Messages are sent across a network which connects the processes together1.


  1. For a full explanation of messages and the relation to other components, see Cachin, Guerraoui, and Rodrigues, Reliable and Secure Distributed Programming, 2nd ed., 2.1.1. 

Object Safety§

This trait is not object safe.

Implementors§