Enum sputnikvm::errors::EvalOnChainError [] [src]

pub enum EvalOnChainError {
    OnChain(OnChainError),
    Require(RequireError),
}

Variants

Trait Implementations

impl From<OnChainError> for EvalOnChainError
[src]

[src]

Performs the conversion.

impl Debug for EvalOnChainError
[src]

[src]

Formats the value using the given formatter.

impl Clone for EvalOnChainError
[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 EvalOnChainError
[src]

[src]

Performs the conversion.