Trait iso_10303_parts::ap214::ISerialNumberedEffectivity[][src]

pub trait ISerialNumberedEffectivity: IEffectivity {
    fn effectivity_start_id(&self) -> &String;
fn effectivity_end_id(&self) -> &Option<String>; }

Required methods

Implementors