Skip to main content

collect_const_decls

Function collect_const_decls 

Source
fn collect_const_decls(src: &str) -> BTreeMap<String, String>
Expand description

Every const NAME = <expr>; in the file, mapped to its expression text.