Macro declare_authorizer

Source
macro_rules! declare_authorizer {
    ($auth_impl: ty) => { ... };
}
Expand description

Declare that this crate is a JAM authorizer characterized by $auth_impl and create necessary entry points.