Enum persistent::PersistentError
[−]
[src]
pub enum PersistentError {
NotFound,
}The type that can be returned by eval to indicate error.
Variants
NotFound | The value was not found. |