pub type OptionArchitectureIdent<'a> = Option<&'a ArchitectureIdent>;

Aliased Type§

enum OptionArchitectureIdent<'a> {
    None,
    Some(&'a ArchitectureIdent),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'a ArchitectureIdent)

Some value of type T.