Type Alias ServiceEngine

Source
pub type ServiceEngine<T, U> = Engine<T, U, Error>;

Aliased Typeยง

struct ServiceEngine<T, U> { /* private fields */ }