Trait zng::stack::WidgetInfoStackExt

source ·
pub trait WidgetInfoStackExt {
    // Required method
    fn stack_children(&self) -> Option<Children>;
}
Expand description

Extension methods for WidgetInfo that may represent a Stack! instance.

Required Methods§

source

fn stack_children(&self) -> Option<Children>

Gets the stack children, if this widget is a Stack! instance.

Implementors§