pub type OptVecTopicMsg = Option<Vec<TopicMsg>>;
pub enum OptVecTopicMsg { None, Some(Vec<TopicMsg>), }
No value.
Some value of type T.
T