[][src]Function ilda_idtf::open

pub fn open<P>(path: P) -> Result<BufFileSectionReader> where
    P: AsRef<Path>, 

Open the file at the given path as a SectionReader.

Returns a SectionReader that performs buffered reads on the file at the given path.