Skip to main content

impl_request

Macro impl_request 

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