Trait iso_10303_parts::ap203::IProductRelatedProductCategory[][src]

pub trait IProductRelatedProductCategory: IProductCategory {
    fn products(&self) -> &HashSet<EntityRef>;
}

Required methods

Implementors