Macro plugin_implementation

Source
macro_rules! plugin_implementation {
    ($plugin_trait:path, $initializer:expr) => { ... };
}