You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`fn`| Expands to lambda function in argument list or function body, otherwise expand to normal function. | No |
237
+
|`pc`| Expands to `pub(crate)`. | No |
238
+
|`ps`| Expands to `pub(super)`. | No |
239
+
|`ii`| Expands to `#[inline]`. | No |
240
+
|`ia`| Expands to `#[inline(always)]`. | No |
241
+
|`tfn`| Expands to a test function. `#[test]` or `#[tokio::test]` supported. With `snippet.rust.rstest_support` enabled, `#[rstest]` also supported. | No |
242
+
|`pm`| Expands to a public method definition. | In impl block |
|`wfn`| Expands to function definition returns a widget. | No |
292
-
|`afn`| Expands to an async function definition. | No |
293
-
|`tfn`| Expands to a test function. `#[test]` or `#[tokio::test]` supported. With `snippet.rust.rstest_support` enabled, `#[rstest]` also supported. | No |
0 commit comments