Home
last modified time | relevance | path

Searched refs:try_byte_string (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/rust/macros/
Dhelpers.rs21 pub(crate) fn try_byte_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_byte_string() function
44 try_byte_string(it).expect("Expected byte string") in expect_byte_string()