在型別上加上 #[derive(Educe)] 和 #[educe(Debug)] 屬性,就可以替該型別實作 Debug 特性。型別可以是任意結構體、任意列舉和任意聯合(union)。此外,它 ...
確定! 回上一頁