pub fn matching_files_dataset<O0: Into<Output>>( patterns: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MatchingFilesDataset::new().build(patterns, scope).
MatchingFilesDataset::new().build(patterns, scope)