-
| Hello, I've made the upgrade from Leptos 0.6.3 to 0.7.3 and see that the  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| Types that implement  | 
Beta Was this translation helpful? Give feedback.
Types that implement
IntoViewnow just have a.to_html()method that will give you a string of HTML. So you can just call that on your view if you're simply using the library for HTML templating!