[][src]Macro rocket_simple_authorization::authorizer

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

To let a struct which implements the SimpleAuthorization<E> trait become an authorizer. The default <E> is <String>.