You need to import the std::io::Write trait as the error suggests: use std::io::Write;. In Rust traits must be imported to be able to use ...
確定! 回上一頁