yasnippet-snippets/snippets/rust-mode/union

7 lines
96 B
Plaintext

# -*- mode: snippet -*-
# name: union Type { ... }
# key: union
# --
union ${1:Type} {
$0
}