pub trait XsdInt {
// Required method
fn int_type(&self) -> IntDatatype;
}Required Methods§
fn int_type(&self) -> IntDatatype
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".