pub trait ReductionConfig: Any { // Required methods fn as_any(&self) -> &dyn Any; fn typename(&self) -> PascalCaseString; }