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