leptos-rs / book

The home for the Leptos book, which can be found deployed at https://book.leptos.dev
MIT License
88 stars 67 forks source link

control flow: Fix type signatures with conversions added #130

Closed psibi closed 3 weeks ago

gbj commented 3 weeks ago

I think that's mostly just confusing: it's meant to show what each of those view macros would have returned without the .into_any() conversion, I think.

psibi commented 3 weeks ago

Ah, got it. Thanks!