Q. Which keyword is used to implement traits in Rust?
β
Correct Answer: (B)
impl
Explanation: Rust uses 'impl' to implement traits for types.