The 'f' is a u32 type while File:: open returns the Result<T, E>type. The above output shows that the type of the success value is std::fs:: File and the type ...
確定! 回上一頁