pub trait XsdUnsignedInt {
    // Required method
    fn unsigned_int_type(&self) -> Option<UnsignedIntDatatype>;
}

Required Methods§

Implementors§