pub trait XsdUnsignedShort {
    // Required method
    fn unsigned_short_type(&self) -> Option<UnsignedShortDatatype>;
}

Required Methods§

Implementors§