[][src]Type Definition actix_service::boxed::BoxFuture

type BoxFuture<I, E> = Pin<Box<dyn Future<Output = Result<I, E>>>>;