Knowledge check

Completed

Answer the following questions to demonstrate what you've learned:

Check your knowledge

1.

What is the meaning of the <'a> segment in the struct declaration struct Nominee<'a> { person: &'a Person }?

2.

What type of aliasing is permitted in Rust?