Trait arret_runtime::intern::AsInterner[][src]

pub trait AsInterner {
    fn as_interner(&self) -> &Interner;
}

Type that can be converted to an Interner

Required methods

fn as_interner(&self) -> &Interner[src]

Returns this instance as an Interner

Loading content...

Implementors

impl AsInterner for Heap[src]

impl AsInterner for TypeInfo[src]

impl AsInterner for Interner[src]

Loading content...