[][src]Type Definition xaynet_server::services::messages::BoxedServiceFuture

type BoxedServiceFuture<Response, Error> = Pin<Box<dyn Future<Output = Result<Response, Error>> + Send + Sync + 'static>>;