Home
last modified time | relevance | path

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

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