Function mz_environmentd::http::webhook::filter_headers

source ·
fn filter_headers<'a: 'b, 'b>(
    headers: &'a BTreeMap<String, String>,
    filters: &'b WebhookHeaderFilters
) -> impl Iterator<Item = (&'a str, &'a str)> + 'b