Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
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
();