1
0

basic_expr.rsx 98 B

12345678
  1. fn itworks() {
  2. rsx! {
  3. div {
  4. "hi"
  5. {children}
  6. }
  7. }
  8. }