Skip to main content

is_user_allowed_by

Function is_user_allowed_by 

pub fn is_user_allowed_by(
    allowed: &[String],
    user: &str,
    match_fn: impl Fn(&str, &str) -> bool,
) -> bool