mintkv/
errors.rs

1#[derive(PartialEq, Eq, Debug)]
2pub enum Error {
3    IOError,
4    KeyNotFound,
5    KeyExists,
6}