Every time you've used #[derive(Debug)] in a type definition, you've implemented the Debug trait for that type. Traits permeate the Rust language.
確定! 回上一頁