pub trait Variable {
    const TYPE: VariableType;
}
Expand description

Used to determine the type of a given variable that appears in an argument struct.

Required Associated Constants§

Implementations on Foreign Types§

Implementors§