Module x11rb_protocol::resource_manager::matcher
source ยท Expand description
Match Xrm entries against a query.
Modulesยง
- zip_
longest ๐
Structsยง
- Match
Component ๐Info on how an (unskipped) component of the query was matched
Enumsยง
- HowMatched ๐Info how a specific component was matched.
- Match
Kind ๐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, returningNone
when nothing matches.