mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-08 00:01:07 +00:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
{
|
|
"resolve": {
|
|
"scope": "rust",
|
|
"prefix": "resolve",
|
|
"body": [
|
|
"#[async_trait]",
|
|
"impl Resolve<${1}, RequestUser> for State {",
|
|
"\tasync fn resolve(&self, ${1} { ${0} }: ${1}, user: RequestUser) -> anyhow::Result<${2}> {",
|
|
"\t\ttodo!()",
|
|
"\t}",
|
|
"}"
|
|
]
|
|
}
|
|
} |