pub type ServiceResult<'a> = Pin<Box<DynFuture<'a>>>;
The Future object returned from the service
pub struct ServiceResult<'a> { /* private fields */ }