pub trait RotateWordsRight { type Output; // Required method fn rotate_words_right(self, i: u32) -> Self::Output; }