This commit is contained in:
2021-09-13 15:37:15 +03:00
parent 7140af8ccf
commit 605ab4fe09
42 changed files with 2208 additions and 314 deletions
+4 -1
View File
@@ -2,5 +2,8 @@
#[derive(PartialEq, Debug, Clone, Copy)]
pub enum Errno {
OutOfMemory
InvalidArgument,
DoesNotExist,
NotADirectory,
OutOfMemory,
}