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