pub trait INgc_CheckTextSequence: INgc_MaskTextSequenceBase {
// Provided methods
fn m_result_func(self) -> Ngc_CheckTextResultFunction { ... }
fn set_m_result_func(self, value: Ngc_CheckTextResultFunction) { ... }
}Provided Methods§
fn m_result_func(self) -> Ngc_CheckTextResultFunction
fn set_m_result_func(self, value: Ngc_CheckTextResultFunction)
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.