Enum evm::errors::CommitError [] [src]

pub enum CommitError {
    InvalidCommitment,
    AlreadyCommitted,
}

Errors returned when committing a new information.

Variants

The commitment is invalid.

The commitment has already been committed.

Trait Implementations

impl Debug for CommitError
[src]

[src]

Formats the value using the given formatter.

impl Clone for CommitError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more