vortex_error

Trait VortexUnwrap

source
pub trait VortexUnwrap {
    type Output;

    // Required method
    fn vortex_unwrap(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn vortex_unwrap(self) -> Self::Output

Implementors§