Searched defs:VmConfig (Results 1 – 1 of 1) sorted by relevance
35 pub struct VmConfig { struct37 pub name: Option<String>,62 impl VmConfig { argument81 pub fn load(file: &File) -> Result<VmConfig, Error> { in load()