Macro settings::format_call

source ·
macro_rules! format_call {
    ($fn_name:ident($($arg:expr),*)) => { ... };
}
Expand description

Helper macro to parse and stringify the arguments to call and call_async.