[][src]Function httptest::responders::cycle

pub fn cycle(responders: Vec<Box<dyn Responder>>) -> impl Responder

Cycle through the provided list of responders.