match_entry

Function 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.