Type Alias rustc_data_structures::fx::StdEntry

source ·
pub type StdEntry<'a, K, V> = Entry<'a, K, V>;

Aliased Type§

enum StdEntry<'a, K, V> {
    // some variants omitted
}

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.