Function garden::query::garden_trees[][src]

pub fn garden_trees(
    config: &Configuration,
    pattern: &Pattern
) -> Vec<TreeContext>
Expand description

Return tree contexts for every garden matching the specified pattern. Parameters:

  • config: &garden::model::Configuration
  • pattern: &glob::Pattern