Trait vortex_error::VortexUnwrap
source · pub trait VortexUnwrap {
type Output;
// Required method
fn vortex_unwrap(self) -> Self::Output;
}pub trait VortexUnwrap {
type Output;
// Required method
fn vortex_unwrap(self) -> Self::Output;
}