Address

Type Alias Address 

Source
pub type Address<M, MUT, const N: usize = 1> = Sender<'static, MUT, M, N>;
Expand description

A handle to another actor for dispatching messages.

Individual actor implementations may augment the Address object when appropriate bounds are met to provide method-like invocations.

Aliased Typeยง

pub struct Address<M, MUT, const N: usize = 1> { /* private fields */ }