home
Code
Branches
Tags
Commits
system-manager-wakasu
home
/
tools
/
emacs
/
old
/
etc
/
yasnippet
/
snippets
/
rust-mode
/
new
Top
1
# -*- mode: snippet -*-
2
# name: new
3
# key: new
4
# --
5
new() -> Self {
6
$0
7
}