ServiceResult

Type Alias ServiceResult 

Source
pub type ServiceResult<'a> = Pin<Box<DynFuture<'a>>>;
Expand description

The Future object returned from the service

Aliased Typeยง

pub struct ServiceResult<'a> { /* private fields */ }