handle memory clear errors

This commit is contained in:
yggverse 2024-11-23 11:48:02 +02:00
parent efa3bc48c3
commit 8a4e979d48
8 changed files with 33 additions and 11 deletions

View file

@ -1,4 +1,5 @@
#[derive(Debug)]
pub enum Error {
Clear,
Overwrite(i64),
}