#[derive(Target)] { // Attributes available to this derive: #[target] }
Helps implementing the Target trait in an enum.
Target