Skip to main content

INexVersus_ResultInfoMethods

Trait INexVersus_ResultInfoMethods 

Source
pub trait INexVersus_ResultInfoMethods: INexVersus_ResultInfo {
    // Provided methods
    fn ctor(self) { ... }
    fn is_valid(self) -> bool { ... }
    fn get_data_type(self) -> u16 { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn is_valid(self) -> bool

IsValid() overload

Source

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§

Source§

impl<__T: INexVersus_ResultInfo> INexVersus_ResultInfoMethods for __T

Available on crate feature app-nexversus only.