pub trait INexVersus_ResultInfoMethods: INexVersus_ResultInfo {
// Provided methods
fn ctor(self) { ... }
fn is_valid(self) -> bool { ... }
fn get_data_type(self) -> u16 { ... }
}Provided Methods§
Sourcefn get_data_type(self) -> u16
fn get_data_type(self) -> u16
get_DataType() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: INexVersus_ResultInfo> INexVersus_ResultInfoMethods for __T
Available on crate feature
app-nexversus only.