pub trait WithAlg {
type With<Input>;
}Expand description
Describes type-level accumulation of one more input in a declaration’s product.
Each recorded input role extends the endpoint’s extractor product and its handler argument product in the same position, so declaration order is the application order.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".