pub fn single_quoted_string<S>(input: &mut S) -> PResult<String>where
S: TokenStream,
Expand description
Consume an ‘single-quoted string’.
pub fn single_quoted_string<S>(input: &mut S) -> PResult<String>where
S: TokenStream,
Consume an ‘single-quoted string’.