pub type Key<'tcx> = Option<Symbol>;
Aliased Type§
pub enum Key<'tcx> {
None,
Some(Symbol),
}
Variants§
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.