Derived Debug formats are not stable, and so may change with future Rust ... use std::fmt; struct Point { x: i32, y: i32, } impl fmt::Debug for Point { fn ...
確定! 回上一頁