Struct ketos::name::NameInputConversion [] [src]

pub struct NameInputConversion { /* fields omitted */ }

Converts module-local names loaded from bytecode files into global names in a running interpreter.

Methods

impl NameInputConversion
[src]

Creates a new NameInputConversion from a local-to-global mapping.

Returns the global name value for the given module-local value.

Insert a global name value into the map.

Trait Implementations

impl Clone for NameInputConversion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NameInputConversion
[src]

Formats the value using the given formatter.