pub trait HeaderOutAlg {
type Header<Inner, Name>;
}Expand description
Selects the converter used to answer with a header beside a body.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".