Type Alias LocalKey

Source
pub type LocalKey<'tcx> = Option<Symbol>;

Aliased Type§

pub enum LocalKey<'tcx> {
    None,
    Some(Symbol),
}

Variants§

§

None

No value.

§

Some(Symbol)

Some value of type T.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.