pub fn parse_streaming(i: &[u8]) -> (Result<Derivation, Error<&[u8]>>, &[u8])
Expand description
This parses a derivation in streaming fashion. If the parse is successful, it returns the leftover bytes which were not used for the parsing. If the parse is unsuccessful, either it returns incomplete or an error with the input as leftover.