// It shouldn't even be possible to bring in this module if the import root is `firestorm`,
// but the compiler doesn't know that. So, we need to create this module with a compatible API.
usestd::ops::Sub;#[derive(Copy, Clone)]pubstructTimeSample;implTimeSample{pubfnnow()->Self{unreachable!()}}implSub forTimeSample{typeOutput=u64;fnsub(self, _other: TimeSample)->Self::Output{unreachable!()}}