Type Definition thespis::BoxAddress

source · []
pub type BoxAddress<M, E> = Box<dyn Address<M, Error = E> + Send + Unpin>;
Expand description

Shorthand for a boxed Address that is Send.