mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add key info to error enum
This commit is contained in:
parent
ebe8d849d6
commit
e1592425b9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Overwrite,
|
||||
Overwrite(i64),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue