(input: I, kind: ErrorKind, other: Self)
| 821 | } |
| 822 | |
| 823 | fn append(input: I, kind: ErrorKind, other: Self) -> Self { |
| 824 | other.with_append(input, BgeoParserErrorKind::NomError(kind)) |
| 825 | } |
| 826 | } |
| 827 | |
| 828 | impl<I> ContextError<I> for BgeoParserError<I> { |
nothing calls this directly
no test coverage detected