Type Definition stateright::actor::Network[][src]

type Network<Msg> = HashableHashSet<Envelope<Msg>>;

Represents a network of messages.