我正在阅读以下文档File:
File
//.. let mut file = File::create("foo.txt")?; //..
什么是?在这条线?我不记得以前在Rust Book中看过它了.
?
rust
rust ×1