Skip to main content

HeaderOutAlg

Trait HeaderOutAlg 

Source
pub trait HeaderOutAlg {
    type Header<Inner, Name>;
}
Expand description

Selects the converter used to answer with a header beside a body.

Required Associated Types§

Source

type Header<Inner, Name>

The converter writing Name beside the body Inner states.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§