Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
cross-crate
/
auxiliary
/
xcrate-trait-lifetime-param.rs
blob: 7c1175f7a88f2a50e12bd7d6b79251c62e51fe21 [
file
] [
log
] [
blame
] [
edit
]
pub
trait
FromBuf
<
'
a
>
{
fn
from_buf
(
_
:
&
'
a
[
u8
])
->
Self
;
}