time_macros::helpers

Function get_string_literal

source
pub(crate) fn get_string_literal(
    tokens: impl Iterator<Item = TokenTree>,
) -> Result<(Span, Vec<u8>), Error>