Trait wasmcloud_runtime::component::Handler

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

A collection of traits that the host must implement

Object Safety§

This trait is not object safe.

Implementors§