#[derive(Debug)] { // Attributes available to this derive: #[sensitive] }
#[derive(Debug)] struct SensitiveData { id: u8, #[sensitive] secret: u8 }