macro_rules! make_function_table {
($($func:ty), *) => { ... };
}Expand description
A marco to construct the functions table for an internal contract for a list
of types implements SolidityFunctionTrait.
macro_rules! make_function_table {
($($func:ty), *) => { ... };
}A marco to construct the functions table for an internal contract for a list
of types implements SolidityFunctionTrait.