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§
impl<T> MiddlewareInput for T
Available on non-
target_family=wasm only.