[][src]Function rsprocmaps::from_path

pub fn from_path<P: AsRef<Path>>(
    path: P
) -> Result<Maps<BufReader<File>>, Error>

Returns an iterable Maps parsed from the given file.