Function load_native_plugins

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub fn load_native_plugins<I>(specs: I) -> Result<NativePluginActivation>where
    I: IntoIterator<Item = NativePluginLoadSpec>,

Loads native dynamic plugins and registers their plugin kinds.

The returned activation must be kept alive until after active plugin configuration has been cleared.