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.