yasnippet-snippets/snippets/rust-mode/static

5 lines
120 B
Plaintext

# -*- mode: snippet -*-
# name: CONSTANT: Type = value;
# key: static
# --
static ${1:CONSTANT}: ${2:Type} = ${3:value};