rust - 为什么在两次使用之间对const变量的更改不持久? ... use std::path::Path; pub struct Storage<'a> { path_str: &'a str, file: Option<File>, } const ...
確定! 回上一頁