sailfish/integration-tests/templates/rust_macro.stpl

6 lines
73 B
Plaintext

<% if matches!(value, Some(_)) { %>
Some
<% } else { %>
None
<% } %>