macro_rules! impl_request {
($t:ty) => { ... };
}Expand description
Wire a custom request type into the framework.
Generates Merge<R>, Status, and Step so the type works in standard
pipelines and async chains.
ⓘ
impl_request!(MyReq);