emacs/snippets/rust-mode/union

8 lines
96 B
Plaintext

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