DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / rust-mode / pafnr
1234567
# -*- mode: snippet -*- # name: pub async fn name() -> Type { ... } # key: pafnr # -- pub async fn ${1:name}($2) -> ${3:Type} { $0 }