Function wait_for_match

Source
pub fn wait_for_match<R>(readable: R, re: Regex) -> Option<String>
where R: Read,