Struct gluon_base::instantiate::Instantiator [] [src]

pub struct Instantiator {
    pub named_variables: FnvMap<Symbol, ArcType>,
}

Fields

Methods

impl Instantiator
[src]

Instantiates a type, replacing all generic variables with fresh type variables

Trait Implementations

impl Debug for Instantiator
[src]

Formats the value using the given formatter.

impl Default for Instantiator
[src]

Returns the "default value" for a type. Read more