Macro get_type_from_plugin

Source
macro_rules! get_type_from_plugin {
    ($name:ident, $plugins:expr, $api:ty) => { ... };
}