use core::fmt::{Debug, Formatter, Result}; use format::lazy_format; use std::format; struct Foo { bar: [u32; 10], } impl Debug for Foo { fn fmt(&self, ...
確定! 回上一頁