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ยง
pub struct LocalBoxActorFuture<A, I> { /* private fields */ }pub type LocalBoxActorFuture<A, I> = Pin<Box<dyn ActorFuture<A, Output = I>>>;Type alias for a pinned box ActorFuture trait object.
pub struct LocalBoxActorFuture<A, I> { /* private fields */ }