Skip to main content

IHubMenuSequence

Trait IHubMenuSequence 

Source
pub trait IHubMenuSequence: ISingletonProcInst_1<HubMenuSequence> {
    // Provided methods
    fn is_goto_next(self) -> bool { ... }
    fn set_is_goto_next(self, value: bool) { ... }
}

Provided Methods§

Source

fn is_goto_next(self) -> bool

Source

fn set_is_goto_next(self, value: bool)

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§