pub fn generate_method_call(
method: &MethodInfo,
handle_async: AsyncHandling,
) -> TokenStreamExpand description
Generate the method call expression.
Returns tokens for calling self.method_name(arg1, arg2, ...).
For async methods, returns an error (caller should handle async context).