Skip to main content

AlternativeNames

Type Alias AlternativeNames 

Source
pub type AlternativeNames<'a> = Option<&'a Vec<String>>;
Expand description

Type alias for the optional list of alternative names

Aliased Type§

pub enum AlternativeNames<'a> {
    None,
    Some(&'a Vec<String>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'a Vec<String>)

Some value of type T.