Skip to main content

IDebugUI_Foldout

Trait IDebugUI_Foldout 

Source
pub trait IDebugUI_Foldout: IDebugUI_Container {
    // Provided methods
    fn opened(self) -> bool { ... }
    fn set_opened(self, value: bool) { ... }
}

Provided Methods§

Source

fn opened(self) -> bool

Source

fn set_opened(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§