The following code panics ```rust use cloudevents::event::Data; fn main() { println!("{}", Data::Binary(vec![0xff])); } ```