Return a reference to the inner type
(&self)
| 161 | fn delimiter_error_context<'a, O, P>( |
| 162 | parser: P, |
| 163 | ) -> impl Parser<&'a str, O, ErrMode<ContextError>> |
| 164 | where |
| 165 | P: Parser<&'a str, O, ErrMode<ContextError>>, |
| 166 | { |
| 167 | parser |
| 168 | .context(StrContext::Label("character in system architecture")) |