Sign in
fuchsia
/
third_party
/
rust
/
c9c25c876cb631dec77e8dda26e246b0c13bdf47
/
.
/
tests
/
rustdoc
/
inline_cross
/
auxiliary
/
fn-ptr-ty.rs
blob: dacda516bb88b4a831e8a9f5cc1fff5f6018ec68 [
file
] [
log
] [
blame
]
pub
type
F
=
for
<
'z, '
a
,
'_unused> fn(&'
z
for
<
'b> fn(&'
b str
),
&
'a ()) -> &'
a
();