Skip to main content

RestFuture

Type Alias RestFuture 

Source
pub type RestFuture<T> = Pin<Box<dyn Future<Output = RestResult<T>> + Send + 'static>>;

Aliased Typeยง

pub struct RestFuture<T> { /* private fields */ }