Type Definition actix_web::actix::ResponseActFuture

source ·
pub type ResponseActFuture<A, I, E> = Box<dyn ActorFuture<Item = I, Actor = A, Error = E> + 'static, Global>;
Expand description

A specialized actor future for async message handler