Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
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
)
{}