Trait vortex_error::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§