Files
.emacs.d/snippets/rust-mode/sf

5 lines
80 B
Plaintext

# -*- mode: snippet -*-
# name: String::from($0)
# key: sf
# --
String::from($0)