Function niffler::send::from_path[][src]

pub fn from_path<'a, P: AsRef<Path>>(
    path: P
) -> Result<(Box<dyn Read + Send + 'a>, Format), Error>
Expand description

Similar to from_path but readable stream is now sendable