Home
last modified time | relevance | path

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

/linux-6.6.21/rust/macros/
Dmodule.rs130 "author" => info.author = Some(expect_string(it)), in parse()
131 "description" => info.description = Some(expect_string(it)), in parse()
Dhelpers.rs49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() function