macro_rules! format_call {
($fn_name:ident($($arg:expr),*)) => { ... };
}Expand description
Helper macro to parse and stringify the arguments to call and call_async.
macro_rules! format_call {
($fn_name:ident($($arg:expr),*)) => { ... };
}Helper macro to parse and stringify the arguments to call and call_async.