Function adjacent_lines::visit [] [src]

pub fn visit<R: Read, F: FnMut(&str, &str)>(r: R, f: F)

Applies f to each pair of adjacent lines in r.