pub trait Variable {
const TYPE: VariableType;
}
Expand description
Used to determine the type of a given variable that appears in an argument struct.
pub trait Variable {
const TYPE: VariableType;
}
Used to determine the type of a given variable that appears in an argument struct.