type Result<T> = Result<T, Error>; A type for results generated by I/O related functions where the Err type is hard-wired to io::Error.
確定! 回上一頁