pub trait StatusOutAlg {
type Status<Inner, const CODE: u16>;
}Expand description
Selects the converter used to answer with a declared status.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".