Trait dsntk_model::RequiredVariable
source · pub trait RequiredVariable {
// Required method
fn variable(&self) -> &InformationItem;
}Expand description
RequiredVariable adds the required reference to InformationItem.
Required Methods§
sourcefn variable(&self) -> &InformationItem
fn variable(&self) -> &InformationItem
Returns the reference to InformationItem.