[][src]Macro rocket_simple_authorization::authorizer

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

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