is_id_allowed

Function is_id_allowed 

Source
pub fn is_id_allowed(
    id: &str,
    allowed: Option<&[String]>,
    excluded: Option<&[String]>,
) -> bool
Expand description

Check whether an identifier is allowed by optional allow/deny lists.