When applying slint.callback() decorator to an async callback with an underscore in the callback's name (in .slint file). RuntimeError: Callback 'async_underscore' cannot be used with a callback ...
Edit: forgot to say I encountered on 0.29.4 and main. Also worth mentioning that HttpClient is defined in another crate. I've seen some recent PRs related to external traits so might be related?