Searched refs:try_byte_string (Results 1 – 1 of 1) sorted by relevance
21 pub(crate) fn try_byte_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_byte_string() function44 try_byte_string(it).expect("Expected byte string") in expect_byte_string()