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.
$auth_implmust implement the Authorizer trait.
macro_rules! declare_authorizer {
($auth_impl: ty) => { ... };
}Declare that this crate is a JAM authorizer characterized by $auth_impl and create necessary
entry points.
$auth_impl must implement the Authorizer trait.