I suppose I could call let e = nix::errno::errno() after each function call myself and then use std::io::Error::from_raw_os_error(e) but this seems to ...
確定! 回上一頁