Searched refs:expect_string (Results 1 – 2 of 2) sorted by relevance
49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() function
136 "description" => info.description = Some(expect_string(it)), in parse()