vortex_error

Trait VortexExpect

Source
pub trait VortexExpect {
    type Output;

    // Required method
    fn vortex_expect(self, msg: &str) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn vortex_expect(self, msg: &str) -> Self::Output

Implementations on Foreign Types§

Source§

impl<T> VortexExpect for Option<T>

Source§

type Output = T

Source§

fn vortex_expect(self, msg: &str) -> Self::Output

Implementors§