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