Type Definition actix_web::actix::actix::ResponseActFuture[]

type ResponseActFuture<A, I, E> = Box<ActorFuture<Error = E, Item = I, Actor = A> + 'static>;

A specialized actor future for async message handler