[][src]Macro rocket_simple_authorization::authorizer

macro_rules! authorizer {
    ( $name:ident ) => { ... };
}

To let a struct which implements the SimpleAuthorization trait become an authorizer.