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.
macro_rules! function_selector {
($name:expr $(,)?) => { ... };
($name:expr, $first:ty $(, $ty:ty)* $(,)?) => { ... };
}
Generates a function selector for the given method and its args.