Macro stylus_sdk::function_selector
source ยท macro_rules! function_selector { ($name:literal $(,)?) => { ... }; ($name:literal, $first:ty $(, $ty:ty)* $(,)?) => { ... }; }
Expand description
Generates a function selector for the given method and its args.