Advertisement
cwchen

[Rust][excerpt] struct with explicit lifetime

Aug 27th, 2017
1,422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.03 KB | None | 0 0
  1. struct Foo<'a> {
  2.   x: &'a i32,
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement