Struct planus_cli::intermediate_language::types::Declarations [−][src]
pub struct Declarations {
pub namespaces: IndexMap<AbsolutePath, Namespace>,
pub declarations: IndexMap<AbsolutePath, Declaration>,
}Fields
namespaces: IndexMap<AbsolutePath, Namespace>declarations: IndexMap<AbsolutePath, Declaration>