In a Rust codebase, I see the following fragment:
impl<\'de> Deserialize<\'de> for ...
What does impl<\'de> ... mean?
Fo