Derive Macro oasis_runtime_sdk::EvmError
#[derive(EvmError)]
{
// Attributes available to this derive:
#[evm_error]
}
Expand description
Derives the EvmError
trait on an enum.
#[derive(EvmError)]
{
// Attributes available to this derive:
#[evm_error]
}
Derives the EvmError
trait on an enum.