home

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

impl (98B)


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