Skip to main content

StreamOutAlg

Trait StreamOutAlg 

Source
pub trait StreamOutAlg {
    type Stream<From>;
}
Expand description

Selects the converter used for streamed API outputs.

Required Associated Types§

Source

type Stream<From>

The streamed converter selected for From.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§