mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
handle memory clear errors
This commit is contained in:
parent
efa3bc48c3
commit
8a4e979d48
8 changed files with 33 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Clear,
|
||||
Overwrite(i64),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue