Skip to main content

allow

Macro allow 

Source
macro_rules! allow {
    ($($name:ident: $list:expr;)*) => { ... };
}