Function telescope::web::services::meetings::make_meeting_auth_middleware[][src]

fn make_meeting_auth_middleware<F: 'static + Fn(&UserMeetingAuthorization) -> bool>(
    f: &'static F
) -> Authorization
Expand description

Create an authorization middleware based on a meeting authorization function.