Trait pingora_load_balancing::selection::BackendIter
source · pub trait BackendIter {
// Required method
fn next(&mut self) -> Option<&Backend>;
}Expand description
An iterator to find the suitable backend
Similar to Iterator but allow self referencing.