yasnippet-snippets/snippets/rust-mode/static

5 lines
120 B
Plaintext
Raw Permalink Normal View History

2016-08-01 17:48:50 +02:00
# -*- mode: snippet -*-
# name: CONSTANT: Type = value;
# key: static
# --
static ${1:CONSTANT}: ${2:Type} = ${3:value};