pub fn fizz_buzz<T>() -> Fizzy<T>where T: From<u8> + Rem<Output = T> + PartialEq + ToString + Copy,
convenience function: return a Fizzy which applies the standard fizz-buzz rules