Trait move_binary_format::internals::ModuleIndex
source · pub trait ModuleIndex {
const KIND: IndexKind;
// Required method
fn into_index(self) -> usize;
}
Expand description
Represents a module index.
pub trait ModuleIndex {
const KIND: IndexKind;
// Required method
fn into_index(self) -> usize;
}
Represents a module index.