... impl Input { fn open(path: &Path) -> Result<Self> { let file = File::open(path)?; if let Some(mmap) = maybe_memmap_file(&file)? { return ...
確定! 回上一頁