emacs/snippets/rust-mode/trait

8 lines
96 B
Plaintext

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