Function burger::steer

source ·
pub fn steer<S, P>(
    services: impl IntoIterator<Item = S>,
    picker: P
) -> Steer<S, P>
Expand description

Constructs a Service from a collection of services whose Service::call is steered via a Picker.

See module for more information.