pub trait TraitBundle { // Required method fn craft_trait_bundle(self, forged_object: &mut ForgedObject); }