Type Definition actix::fut::future::LocalBoxActorFuture[][src]

type LocalBoxActorFuture<A, I> = Pin<Box<dyn ActorFuture<A, Output = I>>>;

Type alias for a pinned box ActorFuture trait object.