DynamicAddress

Type Alias DynamicAddress 

Source
pub type DynamicAddress<M> = DynamicSender<'static, M>;
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 DynamicAddress<M> { /* private fields */ }