// We can simply iterate over the channel, which will stop when the channel is closed.
for line in in_channel.iter() {
// `contains` works on lots of types of patterns, but in particular, we can use it to test whether
// We can simply iterate over the channel, which will stop when the channel is closed.
for line in in_channel.iter() {
// `contains` works on lots of types of patterns, but in particular, we can use it to test whether