Type Alias Parameter

Source
pub type Parameter = Parameter<<Undeclared<Value> as IRValue>::ParameterType>;

Aliased Type§

pub struct Parameter {
    pub ty: TypeDefine,
    pub name: String,
}

Fields§

§ty: TypeDefine§name: String

using string because its the name of parameter, not a value