(
self,
_input: &Partial<&'a str>,
_checkpoint: &winnow::stream::Checkpoint<
winnow::stream::Checkpoint<&'a str, &'a str>,
winnow::Partial<&'a str>,
| 62 | } |
| 63 | |
| 64 | fn append( |
| 65 | self, |
| 66 | _input: &Partial<&'a str>, |
| 67 | _checkpoint: &winnow::stream::Checkpoint< |
| 68 | winnow::stream::Checkpoint<&'a str, &'a str>, |
| 69 | winnow::Partial<&'a str>, |
| 70 | >, |
| 71 | _kind: ErrorKind, |
| 72 | ) -> Self { |
| 73 | self |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | #[derive(Debug)] |
no outgoing calls
no test coverage detected