#[macro_use] extern crate debug_helper; use std::fmt::{self, Formatter, Debug}; pub struct A { pub f1: u8, pub f2: i16, pub f3: f64, } impl Debug for A { fn ...
確定! 回上一頁