Skip to main content

WorkerPluginData

Trait WorkerPluginData 

Source
pub trait WorkerPluginData:
    Any
    + Send
    + Sync
    + 'static { }
Expand description

Marks opaque worker-plugin propagation data supplied by an SDK integration.

Implementing this trait will not make a type recognized as plugin. Only SDK known WorkerPluginExtension implementers will be used as plugins.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§