home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

fmt (113B)


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