When neither of these fits the bill, you can use OpenOptions to specify the exact desired behavior: use std::fs::OpenOptions; let log = OpenOptions::new() ...
確定! 回上一頁