PreBoxActorFut

Type Alias PreBoxActorFut 

Source
pub type PreBoxActorFut<'a, T> = dyn Future<Output = T> + Send + 'a;
Expand description

Unboxed future type for actor actions.