stable_mir::ty

Trait IndexedVal

Source
pub trait IndexedVal {
    // Required methods
    fn to_val(index: usize) -> Self;
    fn to_index(&self) -> usize;
}

Required Methods§

Source

fn to_val(index: usize) -> Self

Source

fn to_index(&self) -> usize

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§