Type Definition actix_web::actix::dev::ResponseActFuture
source · pub type ResponseActFuture<A, I, E> = Box<dyn ActorFuture<Actor = A, Error = E, Item = I> + 'static, Global>;Expand description
A specialized actor future for async message handler