pub type InstallFuture = Pin<Box<dyn Future<Output = Result<Box<dyn Any + Send + Sync>, String>> + Send>>;
#[repr(transparent)]pub struct InstallFuture { /* private fields */ }