Connect schemes so that they can be used
This commit is contained in:
parent
9afe0645e1
commit
aeadd17bb5
5 changed files with 106 additions and 36 deletions
|
@ -64,6 +64,8 @@ pub enum Error {
|
|||
BadFile = 9,
|
||||
/// Try again
|
||||
TryAgain = 11,
|
||||
/// File exists
|
||||
FileExists = 17,
|
||||
/// Invalid argument
|
||||
InvalidValue = 22,
|
||||
/// Too many open files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue