pub trait DynBoxedVariantTypeFactory { // Required method fn to_dyn_type_tag(self) -> BoxedVariantTypeTag; }