pub trait DeclaredVariant { }Expand description
Marker trait for explicitly declared problem variants.
Implemented automatically by [declare_variants!] for each concrete type.
The [#[reduction]] proc macro checks this trait at compile time to ensure
all reduction source/target types have been declared.