Module x11rb_protocol::resource_manager::matcher
source ยท Expand description
Match Xrm entries against a query.
Modulesยง
- zip_longest ๐
Structsยง
- MatchComponent ๐Info on how an (unskipped) component of the query was matched
Enumsยง
- HowMatched ๐Info how a specific component was matched.
- MatchKind ๐Info how a (possibly skipped) component of the query was matched
Functionsยง
- check_match ๐
- compare_matches ๐Compare two matches and decide which one of the two is better (
Ordering::Greater
) - match_entry ๐Find the best match for the given query in the database, returning
None
when nothing matches.