ActorFut

Type Alias ActorFut 

Source
pub type ActorFut<'a, T> = Pin<Box<PreBoxActorFut<'a, T>>>;
Expand description

Pinned, boxed future used by action helpers and macros.

Aliased Typeยง

pub struct ActorFut<'a, T> { /* private fields */ }