[][src]Trait ommui_data::samplic::GetByUnitReference

pub trait GetByUnitReference {
    fn get_by_reference(
        &self,
        reference: &UnitReference
    ) -> (Option<&UnitDescription>, Option<&UnitRepresentationDescription>); }

Required methods

Loading content...

Implementations on Foreign Types

impl GetByUnitReference for IndexMap<String, UnitDescription>[src]

Loading content...

Implementors

Loading content...