Macro rocket_simple_authorization::authorizer[][src]

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

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