Semantic HTML.
```json theme={null}
{
"format": "html",
"text": "Async Fn in Traits Are Now Available
Starting with Rust 1.75, you can use async fn directly inside traits.
What Changed
- Works in all stable traits
- No heap allocation for simple cases
"
}
```