Type Definition wasm_deploy::error::DeployResult

source ·
pub type DeployResult<T> = Result<T, DeployError>;