match entry.extension() {. Some(e) if e.to_string_lossy().to_lowercase() == "iso" => true,. _ => false,. } } fn compute_digest<P: AsRef<Path>>(filepath: P) ...
確定! 回上一頁