Skip to main content

remove_domain_references

Function remove_domain_references 

Source
pub fn remove_domain_references(
    types: &dyn DomainTypeCatalog,
    registry: &mut BTreeMap<String, StoredDomain>,
    targets: &BTreeSet<u32>,
) -> Result<(), SQLError>