Type Definition concordium_std::UpgradeResult

source ·
pub type UpgradeResult = Result<(), UpgradeError>;
Expand description

A wrapper around Result that fixes the error variant to UpgradeError and result to ().