The Rust code works because return values cannot be ignored. Returning a std::result forces the caller to deal with it somehow.
確定! 回上一頁