Home
last modified time | relevance | path

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

/linux-6.15/rust/macros/ !
Dmodule.rs7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array() function
138 "authors" => info.authors = Some(expect_string_array(it)), in parse()
141 "alias" => info.alias = Some(expect_string_array(it)), in parse()
142 "firmware" => info.firmware = Some(expect_string_array(it)), in parse()