Connect schemes so that they can be used

This commit is contained in:
Jeremy Soller 2016-09-08 20:06:33 -06:00
parent 9afe0645e1
commit aeadd17bb5
5 changed files with 106 additions and 36 deletions

View file

@ -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