pub type AnyPayload = Option<&'static [(&'static str, &'static str)]>;
pub enum AnyPayload { None, Some(&'static [(&'static str, &'static str)]), }
No value.
Some value of type T.
T