fn multi_handler(
names: &[&'static str],
handler_fn: impl Fn(&Config, &DirectiveLine<'_>, &mut TestProps) + Send + Sync + 'static,
) -> NamedHandlerExpand description
Associates the same handler function with multiple directive names.
fn multi_handler(
names: &[&'static str],
handler_fn: impl Fn(&Config, &DirectiveLine<'_>, &mut TestProps) + Send + Sync + 'static,
) -> NamedHandlerAssociates the same handler function with multiple directive names.