Macro function_selector

Source
macro_rules! function_selector {
    ($name:expr $(,)?) => { ... };
    ($name:expr, $first:ty $(, $ty:ty)* $(,)?) => { ... };
}
Expand description

Generates a function selector for the given method and its args.