Trait RequiredTypeRef

Source
pub trait RequiredTypeRef {
    // Required method
    fn type_ref(&self) -> &str;
}
Expand description

RequiredTypeRef adds the required type reference to element.

Required Methods§

Source

fn type_ref(&self) -> &str

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

Implementors§