Trait sdml_core::model::References
source · pub trait References {
// Provided methods
fn referenced_types<'a>(
&'a self,
names: &mut HashSet<&'a IdentifierReference>
) { ... }
fn referenced_annotations<'a>(
&'a self,
names: &mut HashSet<&'a IdentifierReference>
) { ... }
}