Type Definition ector::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.