Skip to main content

impl_response

Macro impl_response 

Source
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);