#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]#[allow(non_camel_case_types)]pubenumTestResult{
BugFound,// We encountered the bug we are trying to isolate
NoBug,// We did not encounter the bug we are trying to isolate
}implTestResult{pubconst BugFound:Self=Self::BugFound;pubconst NoBug:Self=Self::NoBug;}