Skip to main content

ResourceFuture

Type Alias ResourceFuture 

Source
pub type ResourceFuture = Pin<Box<dyn Future<Output = HttpResult> + Send>>;
Expand description

Future type for resource methods.

Aliased Type§

pub struct ResourceFuture { /* private fields */ }