pub trait VortexExpect { type Output; // Required method fn vortex_expect(self, msg: &str) -> Self::Output; }