//! Reverse the direction/orientation of objects
usecrate::services::Services;modcycle;modface;/// Reverse the direction/orientation of an object
pubtraitReverse: Sized {/// Reverse the direction/orientation of the object
fnreverse(self, services:&mut Services)->Self;}