Home
last modified time | relevance | path

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

/rust/macros/
A Dmodule.rs97 authors: Option<Vec<String>>, field
135 "authors" => info.authors = Some(expect_string_array(it)), in parse()
179 if let Some(authors) = info.authors { in module()
180 for author in authors { in module()

Completed in 3 milliseconds