// The stub trait is only visible in tests when the arg is passed
usepenrose_proc::stubbed_companion_trait;#[stubbed_companion_trait(test_only ="true")]pubtraitFoo{#[stub("red")]fncolor(&self, x:u32)->&str;}structMyStruct;implStubFoo forMyStruct{}fnmain(){}