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
macro_rules! select_function {
( $( $x:ident ),* ) => { ... };
}
Given a list of functions, return a function with an identifier matching the FUNC_HANDLER
environment variable