pub trait ModuleIndex {
    const KIND: IndexKind;

    fn into_index(self) -> usize;
}
Expand description

Represents a module index.

Associated Constants

Required methods

Implementors