1# -*- mode: snippet -*- 2# name: fmt 3# key: fmt 4# -- 5fmt(&self, f: &mut Formatter) -> Result<(), Error> { 6 $0 7}