pub trait ITalkTagFinishMethods: ITalkTagFinish {
// Provided methods
fn get_result(self) -> TalkTag_Result { ... }
fn need_fade_wait(self) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_result(self) -> TalkTag_Result
fn get_result(self) -> TalkTag_Result
GetResult() overload
Sourcefn need_fade_wait(self) -> bool
fn need_fade_wait(self) -> bool
NeedFadeWait() 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§
impl<__T: ITalkTagFinish> ITalkTagFinishMethods for __T
Available on crate feature
app-talk3_d-talktagfinish only.