implement result handler

This commit is contained in:
yggverse 2024-11-14 12:00:53 +02:00
parent ffeaad91f3
commit f338b93217
4 changed files with 51 additions and 34 deletions

View file

@ -0,0 +1,4 @@
pub enum Error {
NotFound,
Overwrite,
}