Skip to main content

ResultOutAlg

Trait ResultOutAlg 

Source
pub trait ResultOutAlg {
    type Result<Inner, Error>;
}
Expand description

Selects the converter used for a handler that can fail.

Required Associated Types§

Source

type Result<Inner, Error>

The converter answering with Inner on success and with what Error means otherwise.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§