Skip to main content

ITalkTagFinishMethods

Trait ITalkTagFinishMethods 

Source
pub trait ITalkTagFinishMethods: ITalkTagFinish {
    // Provided methods
    fn get_result(self) -> TalkTag_Result { ... }
    fn need_fade_wait(self) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_result(self) -> TalkTag_Result

GetResult() overload

Source

fn need_fade_wait(self) -> bool

NeedFadeWait() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: ITalkTagFinish> ITalkTagFinishMethods for __T

Available on crate feature app-talk3_d-talktagfinish only.