This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d8b2a5efc0
rust
/
tests
/
data
/
parser
/
inline
/
0096_value_parameters_no_patterns.rs
2 lines
54 B
Rust
Raw
Normal View
History
Unescape
Escape
Optional patterns in fn types
2018-08-08 10:34:26 -05:00
type
F
=
Box
<
Fn
(
a
:
i32
,
&
b
:
&
i32
,
&
mut
c
:
&
i32
,
(
)
)
>
;
Reference in New Issue
Copy Permalink