[][src]Trait propertybindings::items::ItemContainer

pub trait ItemContainer<'a> {
    fn add_child(&self, child: Rc<dyn Item<'a> + 'a>);
}

Required methods

fn add_child(&self, child: Rc<dyn Item<'a> + 'a>)

Loading content...

Implementations on Foreign Types

impl<'a> ItemContainer<'a> for Rc<ColumnLayout<'a>>[src]

impl<'a> ItemContainer<'a> for Rc<RowLayout<'a>>[src]

impl<'a> ItemContainer<'a> for Rc<Container<'a>>[src]

Loading content...

Implementors

Loading content...