summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/result
blob: 6996dd4604cd8c48dbf3c12fc8dc8c4da23fff18 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: Result<Type, failure::Error>
# key: result
# --
Result<${1:Type}, ${2:failure::Error}>