macro_rules! authorizer {
($name:ty) => { ... };
(ref $name:ty) => { ... };
}Expand description
To let a struct which implements the SimpleAuthorization trait become an authorizer.
macro_rules! authorizer {
($name:ty) => { ... };
(ref $name:ty) => { ... };
}To let a struct which implements the SimpleAuthorization trait become an authorizer.