pub fn matching_files<O0: Into<Output>>( pattern: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MatchingFiles::new().build(pattern, scope).
MatchingFiles::new().build(pattern, scope)