pub async fn look_for_log_line<P>( log_reader: &mut Reader, predicate: P, ) -> Result<(), Box<dyn Error>>where P: FnMut(Value) -> FlowControlCommand,