sailfish/integration-tests/templates/rust_macro.stpl

6 lines
73 B
Plaintext
Raw Normal View History

2020-06-11 06:18:51 -04:00
<% if matches!(value, Some(_)) { %>
Some
<% } else { %>
None
<% } %>