take_quoted_string

Function take_quoted_string 

Source
pub fn take_quoted_string(
    source_input: &[u8],
) -> IResult<&[u8], (&[u8], &[u8], &[u8]), SipParseError<'_>>