Skip to main content

Arch

Type Alias Arch 

Source
pub type Arch = Arch<DefaultInterner>;
Expand description

A Gentoo architecture, either well-known or overlay-defined.

Aliased Type§

pub enum Arch {
    Known(KnownArch),
    Exotic(Interned<GlobalInterner>),
}

Variants§

§

Known(KnownArch)

A well-known Gentoo architecture keyword.

§

Exotic(Interned<GlobalInterner>)

An overlay-defined keyword string interned via I.