Function wrap_upgrade_process

Source
pub fn wrap_upgrade_process<T>(
    f: fn(VersionedFile, u8, u8) -> T,
) -> WrappedUpgradeFunc
where T: Future<Output = Result<(), Error>> + 'static,
Expand description

wrap_upgrade_process is a function that will convert an UpgradeFunc into a WrappedUpgradeFunc.