mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement result handler
This commit is contained in:
parent
ffeaad91f3
commit
f338b93217
4 changed files with 51 additions and 34 deletions
4
src/profile/bookmark/memory/error.rs
Normal file
4
src/profile/bookmark/memory/error.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub enum Error {
|
||||
NotFound,
|
||||
Overwrite,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue