Macro select_function

Source
macro_rules! select_function {
    ( $( $x:ident ),* ) => { ... };
}
Expand description

Given a list of functions, return a function with an identifier matching the FUNC_HANDLER environment variable