Sign in
rust
/
rust-lang
/
rust-by-example
/
refs/heads/macros
/
.
/
examples
/
lifetime
/
struct
/
input.md
blob: a8fe7a8a4f51b9fc73309254be8736b036a1285c [
file
] [
log
] [
blame
] [
view
] [
edit
]
Explicit
lifetimes are also required
in
structs that hold references
.
{
struct
.
play
}