pub type ServiceFuture = Pin<Box<dyn TaskFuture<ServiceResult> + 'static>>;
Boxed future returned by a user Layer.
Layer
#[repr(transparent)]pub struct ServiceFuture { /* private fields */ }