pub trait ValueBase {
// Required method
fn repository_id(&self) -> &str;
}Expand description
ValueBase-Trait. Alle IDL-Valuetypes erweitern diesen.
Required Methods§
Sourcefn repository_id(&self) -> &str
fn repository_id(&self) -> &str
Repository-ID des Valuetypes (z.B. IDL:omg.org/MyValue:1.0).