Function mz_testdrive::action::kafka::verify_data::split_headers

source ·
fn split_headers(input: &str, n_headers: usize) -> Result<(Vec<String>, &str)>
Expand description

Expect and split out n whitespace-delimited headers before the main contents of the ‘expect’ row.