Function query_collection_paths_tree

Source
pub fn query_collection_paths_tree(
    query: &Query,
) -> Result<HashMap<String, HashMap<String, Vec<PathBuf>>>, LblError>
Expand description

returns a mapping of {network => {collection => [path]}}