OptVecTopicMsg

Type Alias OptVecTopicMsg 

Source
pub type OptVecTopicMsg = Option<Vec<TopicMsg>>;

Aliased Type§

pub enum OptVecTopicMsg {
    None,
    Some(Vec<TopicMsg>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<TopicMsg>)

Some value of type T.