pub type ResourceFuture = Pin<Box<dyn Future<Output = HttpResult> + Send>>;
Future type for resource methods.
pub struct ResourceFuture { /* private fields */ }