[][src]Macro autoclip_core::export_plugin

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

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