Function x11rb_protocol::resource_manager::matcher::match_entry

source ยท
pub(crate) fn match_entry<'a>(
    database: &'a [Entry],
    resource: &str,
    class: &str,
) -> Option<&'a [u8]>
Expand description

Find the best match for the given query in the database, returning None when nothing matches.