Trait ink_env::chain_extension::IsResultType
source · pub trait IsResultType: IsResultTypeSealed {
type Ok;
type Err;
}
Expand description
Extract Ok
and Err
variants from Result
type.
pub trait IsResultType: IsResultTypeSealed {
type Ok;
type Err;
}
Extract Ok
and Err
variants from Result
type.