Skip to main content

UpdateApplyFuture

Type Alias UpdateApplyFuture 

Source
pub type UpdateApplyFuture = Pin<Box<dyn Future<Output = Result<Value, UpdateApplyError>> + Send + 'static>>;

Aliased Typeยง

pub struct UpdateApplyFuture { /* private fields */ }