pub fn query_tree(
monitor_selector: Option<MonitorSelector<'_>>,
desktop_selector: Option<DesktopSelector<'_>>,
node_selector: Option<NodeSelector<'_>>,
) -> Result<Tree, ReplyError>Expand description
Returnes tree representation of the matching item
Note: when more then one of the arguments are not None, then the
matching will give the result in this priority: Node, Desktop, Monitor.
For example, if Desktop and Node are both not None, than this will give the
output for Node.