macro_rules! plugin {
($plugin:ident, $config:ident) => { ... };
}Expand description
Helper macro for implementing the VanguardPlugin trait
macro_rules! plugin {
($plugin:ident, $config:ident) => { ... };
}Helper macro for implementing the VanguardPlugin trait