export_plugin

Macro export_plugin 

Source
macro_rules! export_plugin {
    ($name:expr, $implementation:expr) => { ... };
}
Expand description

An useful macro to export plugins. Using only this macro, each plugin can integrate with the app easily.