index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
/
parser
/
inline
/
0093_path_fn_trait_args.rs
blob: aef45e561f2d948cec5d4c24033e20319ba6b6aa (
plain
)
1
type
F
=
Box
<
Fn
(
x
:
i32
)
->
()
>
;