pub type RestFuture<T> = Pin<Box<dyn Future<Output = RestResult<T>> + Send + 'static>>;
pub struct RestFuture<T> { /* private fields */ }