Trait lambda_mountain::GlobalVariable
source · pub trait GlobalVariable {
// Required method
fn global_variable_identifier(&self) -> String;
}pub trait GlobalVariable {
// Required method
fn global_variable_identifier(&self) -> String;
}