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§
const TYPE: VariableType
Object Safety§
This trait is not object safe.