Skip to main content

ServiceFuture

Type Alias ServiceFuture 

Source
pub type ServiceFuture = Pin<Box<dyn TaskFuture<ServiceResult> + 'static>>;
Expand description

Boxed future returned by a user Layer.

Aliased Typeยง

#[repr(transparent)]
pub struct ServiceFuture { /* private fields */ }