pub trait BinExt: 'static {
    fn get_child(&self) -> Option<Widget>;
}

Required Methods

Implementors