macro_rules! export_plugin {
($ty:ty) => { ... };
}Expand description
Exports a Plugin implementation as this cdylib’s nylon-ring entry
point. Use exactly once per plugin crate; see the module docs
for a complete example.
macro_rules! export_plugin {
($ty:ty) => { ... };
}Exports a Plugin implementation as this cdylib’s nylon-ring entry
point. Use exactly once per plugin crate; see the module docs
for a complete example.