Function sic_io::load::file_reader[][src]

pub fn file_reader<P: AsRef<Path>>(path: P) -> Result<Box<dyn Read>, SicIoError>

Constructs a reader which reads from a file path.