pub trait BaseTypeTrait {
// Required methods
fn name(&self) -> &str;
fn description(&self) -> Option<&str>;
}Available on crate feature
fmi3 only.pub trait BaseTypeTrait {
// Required methods
fn name(&self) -> &str;
fn description(&self) -> Option<&str>;
}fmi3 only.