reader

Function reader 

Source
pub fn reader(
    contents: impl Read + Send + Sync + 'static,
    ext: &str,
) -> Result<Box<dyn FormatReader>>