Macro scrypto::prelude::rule

source ·
macro_rules! rule {
    (allow_all) => { ... };
    (deny_all) => { ... };
    ($($tt:tt)+) => { ... };
}