Trait dense_map::EntryKey

source ·
pub trait EntryKey {
    // Required method
    fn get_key_index(&self) -> usize;
}
Expand description

A key providing an index into an DenseMap.

Required Methods§

source

fn get_key_index(&self) -> usize

Returns the index for this key.

Implementations on Foreign Types§

source§

impl EntryKey for usize

Implementors§