pub type UpdateApplyFuture = Pin<Box<dyn Future<Output = Result<Value, UpdateApplyError>> + Send + 'static>>;
pub struct UpdateApplyFuture { /* private fields */ }