Type Alias actix::fut::future::LocalBoxActorFuture

source ·
pub type LocalBoxActorFuture<A, I> = Pin<Box<dyn ActorFuture<A, Output = I>>>;
Expand description

Type alias for a pinned box ActorFuture trait object.

Aliased Type§

struct LocalBoxActorFuture<A, I> { /* private fields */ }