Type Definition ord_lmdb_zero::error::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result type returned for all calls that can fail.

Trait Implementations

Lift “not found” errors to None. Read more

Suppress KEYEXIST errors. Read more