pub enum Error { Sys(Errno), InvalidPath, InvalidUtf8, UnsupportedOperation, } ... in this instance either use the libc bindings or consult the module ...
確定! 回上一頁