Skip to main content

UpgradeFuture

Type Alias UpgradeFuture 

Source
pub type UpgradeFuture = Pin<Box<dyn Future<Output = Result<(), UpgradeIoError>>>>;

Aliased Typeยง

pub struct UpgradeFuture { /* private fields */ }