1# -*- mode: snippet -*- 2# name: impl 3# key: impl 4# -- 5impl$3 ${1:Trait} for ${2:Type}$3 { 6 $0 7}