Searched defs:Variable (Results 1 – 1 of 1) sorted by relevance
23 pub(crate) trait Variable { interface45 impl Variable for (&'static str, &'static str) { impl