plugin

Macro plugin 

Source
macro_rules! plugin {
    ($plugin:ident, $config:ident) => { ... };
}
Expand description

Helper macro for implementing the VanguardPlugin trait