pub trait IStringResultTrait {
    // Required method
    unsafe fn setText(&self, text: *const char8);
}

Required Methods§

source

unsafe fn setText(&self, text: *const char8)

Implementors§