Skip to main content

RemoteMailbox

Type Alias RemoteMailbox 

Source
pub type RemoteMailbox = Recipient<BinaryMessage>;
Available on crate feature ipc only.
Expand description

A remote mailbox which can be used by the runtime to deliver binary messages to a remote addressable actor.

It is an alias of the address of the actor in the form of a Recipient<BinaryMessage>.

Aliased Typeยง

pub struct RemoteMailbox(/* private fields */);