Trait dsntk_model::FeelTypedElement
source · pub trait FeelTypedElement {
// Required methods
fn feel_type(&self) -> &Option<FeelType>;
fn set_feel_type(&mut self, feel_type: FeelType);
}Expand description
FeelTypedElement adds the FEEL type attributes to element.
Required Methods§
sourcefn set_feel_type(&mut self, feel_type: FeelType)
fn set_feel_type(&mut self, feel_type: FeelType)
Sets FEEL type for this element.