1
0

trailing_expr.rsx 175 B

1234567
  1. fn it_works() {
  2. cx.render(rsx! {
  3. div {
  4. span { "Description: ", {package.description.as_deref().unwrap_or("❌❌❌❌ missing")} }
  5. }
  6. })
  7. }