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