macro_rules! plugin_export {
    ($desc:ty) => { ... };
    (@nowrap $desc:ty) => { ... };
}
Expand description

Exports a ModuleExport as the wireplumber plugin entry point.

Using this properly requires that your crate be built as a cdylib. See the module documentation for a full example.