I was reading the lifetimes chapter of the Rust book, and I came across this example for a named/explicit lifetime: struct Foo<'a> { ...
-
May 22, 2022
- 0 Comments