Enum sputnikvm::errors::EvalError [] [src]

pub enum EvalError {
    OnChain(OnChainError),
    NotSupported(NotSupportedError),
    Require(RequireError),
}

Variants

Trait Implementations

impl From<OnChainError> for EvalError
[src]

[src]

Performs the conversion.

impl From<NotSupportedError> for EvalError
[src]

[src]

Performs the conversion.

impl From<RuntimeError> for EvalError
[src]

[src]

Performs the conversion.

impl From<EvalOnChainError> for EvalError
[src]

[src]

Performs the conversion.

impl Debug for EvalError
[src]

[src]

Formats the value using the given formatter.

impl Clone for EvalError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<RequireError> for EvalError
[src]

[src]

Performs the conversion.