Enum persistent::PersistentError [] [src]

pub enum PersistentError {
    NotFound,
}

The type that can be returned by eval to indicate error.

Variants

The value was not found.

Trait Implementations

impl Clone for PersistentError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PersistentError
[src]

[src]

Formats the value using the given formatter.

impl Error for PersistentError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for PersistentError
[src]

[src]

Formats the value using the given formatter. Read more