[][src]Trait gluon_check::substitution::VariableFactory

pub trait VariableFactory {
    type Variable: Variable;
    fn new(&self, x: u32) -> Self::Variable;
}

Associated Types

Loading content...

Required methods

fn new(&self, x: u32) -> Self::Variable

Loading content...

Implementations on Foreign Types

impl VariableFactory for ()[src]

type Variable = u32

impl VariableFactory for ArcKind[src]

Loading content...

Implementors

Loading content...