index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
cross-crate
/
auxiliary
/
xcrate-trait-lifetime-param.rs
blob: 7c1175f7a88f2a50e12bd7d6b79251c62e51fe21 (
plain
)
1
2
3
pub
trait
FromBuf
<'
a
>
{
fn
from_buf
(
_
:
&
'
a
[
u8
])
->
Self
;
}