for_each_plugin

Macro for_each_plugin 

Source
macro_rules! for_each_plugin {
    ($container:expr => $func:ident($($param:expr),*)) => { ... };
}