Searched refs:ControlNotFound (Results 1 – 1 of 1) sorted by relevance
42 ControlNotFound(String), enumerator72 ControlNotFound(name) => write!(f, "control: {} does not exist", name), in fmt()314 return Err(Error::ControlNotFound(id.name()?.to_owned())); in new()