Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
cross-crate
/
auxiliary
/
xcrate-trait-lifetime-param.rs
blob: 7c1175f7a88f2a50e12bd7d6b79251c62e51fe21 [
file
] [
log
] [
blame
]
pub
trait
FromBuf
<
'
a
>
{
fn
from_buf
(
_
:
&
'
a
[
u8
])
->
Self
;
}