Skip to main content

MiddlewareInput

Trait MiddlewareInput 

Source
pub trait MiddlewareInput:
    Send
    + Sync
    + 'static { }
Available on crate features middleware and _api only.
Expand description

Trait for types allowed as input in *_byot macro methods that works with middleware feature.

Implementors§

Source§

impl<T> MiddlewareInput for T
where T: Send + Sync + 'static,

Available on non-target_family=wasm only.