usecrate::activity_key::ActivityKey;pubtraitTranslateActivityKey{/**
* Change the activity key of this object, by translating all mentions of activities to the new activity key (which will be updated with activity labels it did not have yet.).
* This is a potentially expensive operation. If only a part of the activities will be used, then consider using an ActivityKeyTranslator directly.
* The activity key of this object will be updated too, so the activity keys will be equivalent afterwards.
*/fntranslate_using_activity_key(&mutself, to_activity_key:&mut ActivityKey);}