Skip to main content

INgc_CheckTextSequence

Trait INgc_CheckTextSequence 

Source
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§

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§