Home
last modified time | relevance | path

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

/openbmc/linux/rust/macros/
H A Dhelpers.rs21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string() function
50 try_string(it).expect("Expected string") in expect_string()
54 let string = try_string(it).expect("Expected string"); in expect_string_ascii()
H A Dmodule.rs13 while let Some(val) = try_string(&mut it) { in expect_string_array()