Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs23 pub(crate) trait Variable { interface
45 impl Variable for (&'static str, &'static str) { impl