Home
last modified time | relevance | path

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

/linux-6.14.4/rust/macros/
Dmodule.rs138 "author" => info.author = Some(expect_string(it)), in parse()
139 "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