pub type ActorFut<'a, T> = Pin<Box<PreBoxActorFut<'a, T>>>;
Pinned, boxed future used by action helpers and macros.
pub struct ActorFut<'a, T> { /* private fields */ }