Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
rustdoc
/
auxiliary
/
unit-return.rs
blob: 7b9986162c630378b9671af99484e943c68df61c [
file
] [
log
] [
blame
]
pub
fn
f2
<
F
:
FnMut
(
u32
)
+
Clone
>(
f
:
F
)
{}
pub
fn
f3
<
F
:
FnMut
(
u64
)
->
()
+
Clone
>(
f
:
F
)
{}