fn can_create_from(&self, path: &Path) -> boolfn create_source(&mut self, reader: Box<dyn Read>) -> CliResult<Box<dyn Source>>impl SourceFactory for CSVFactory[src]fn can_create_from(&self, path: &Path) -> bool[src]fn create_source(&mut self, reader: Box<dyn Read>) -> CliResult<Box<dyn Source>>[src]impl SourceFactory for DCFactory[src]