Macro rocket_simple_authorization::authorizer[][src]

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

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