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