Skip to main content

ValueBase

Trait ValueBase 

Source
pub trait ValueBase {
    // Required method
    fn repository_id(&self) -> &str;
}
Expand description

ValueBase-Trait. Alle IDL-Valuetypes erweitern diesen.

Required Methods§

Source

fn repository_id(&self) -> &str

Repository-ID des Valuetypes (z.B. IDL:omg.org/MyValue:1.0).

Implementors§