Trait dmntk_model::model::RequiredTypeRef[][src]

pub trait RequiredTypeRef {
    fn type_ref(&self) -> &str;
}

Required methods

fn type_ref(&self) -> &str[src]

Namespace-prefixed name of the base type of the implementor.

Implementors