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