Quiz 2
1. What is the meaning of the ''static' lifetime?
2. What is 'deref coercion'?
3. Which dispatch method does Rust use for generics by default?
4. What keyword is used to indicate a trait object?
5. Which closure trait allows the closure to be called only once?
6. Which of these is a valid action inside an 'unsafe' block?
7. What is a 'blanket implementation'?
8. What is the difference between 'Copy' and 'Clone' traits?
9. How do you define a 'super-trait' relationship?
10. How does 'Cell<T>' differ from 'RefCell<T>'?
Previous Next