Trait CSErrorTransformations

Source
pub(crate) trait CSErrorTransformations<T> {
    // Required methods
    fn extra_expected(self, extra: Vec<&'static str>) -> Result<T>;
    fn no_context(self) -> Result<T>;
}

Required Methods§

Source

fn extra_expected(self, extra: Vec<&'static str>) -> Result<T>

Source

fn no_context(self) -> Result<T>

Implementations on Foreign Types§

Source§

impl<T> CSErrorTransformations<T> for Result<T, TokenSeparatedError>

Source§

fn extra_expected(self, extra: Vec<&'static str>) -> Result<T>

Source§

fn no_context(self) -> Result<T>

Implementors§