Trait gluon_check::substitution::Variable  
source · pub trait Variable {
    // Required method
    fn get_id(&self) -> u32;
}Expand description
Trait which variables need to implement to allow the substitution to get to the u32 identifying the variable