In the above example, Rust compiler shows that type does not match. The 'f' is a u32 type while File:: open returns the Result<T, E>type.
確定! 回上一頁