Skip to main content

StatusOutAlg

Trait StatusOutAlg 

Source
pub trait StatusOutAlg {
    type Status<Inner, const CODE: u16>;
}
Expand description

Selects the converter used to answer with a declared status.

Required Associated Types§

Source

type Status<Inner, const CODE: u16>

The converter answering with CODE and the body Inner states.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§