multi_handler

Function multi_handler 

Source
fn multi_handler(
    names: &[&'static str],
    handler_fn: impl Fn(&Config, &DirectiveLine<'_>, &mut TestProps) + Send + Sync + 'static,
) -> NamedHandler
Expand description

Associates the same handler function with multiple directive names.