Function httptest::responders::cycle

source ·
pub fn cycle(responders: Vec<Box<dyn Responder>>) -> impl Responder
Expand description

Cycle through the provided list of responders.