Function burger::select

source ·
pub fn select<S, I>(services: I) -> Select<S, I>
Expand description

Constructs a Service from a collection (IntoIterator must be implemented for its reference) of services whose Service::call is the by the first available child.

See module for more information.