Add structopt to your dependencies of your Cargo.toml : [dependencies] structopt = "0.3". And then, in your rust file: use std::path::PathBuf; ...
確定! 回上一頁