wasmcloud_runtime::component

Trait Handler

Source
pub trait Handler:
    Invoke<Context = Option<ReplacedInstanceTarget>>
    + Bus
    + Config
    + Logging
    + Secrets
    + Messaging0_2
    + Messaging0_3
    + InvocationErrorIntrospect
    + Send
    + Sync
    + Clone
    + 'static { }
Expand description

A collection of traits that the host must implement

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§