Comment on Common Rust Lifetime Misconceptions (2020)parentComments−outside12342yThis is the way. The real misconception of lifetimes is that people have to use them often. You don’t unless your are writing libraries or system code.
Comments
This is the way. The real misconception of lifetimes is that people have to use them often. You don’t unless your are writing libraries or system code.