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