Container

Trait Container 

Source
pub trait Container: Item {
    // Required method
    fn update_nested_indent(&mut self);
}
Expand description

An object that can contain Items. A Container is an Item, so it can be nested.

Required Methods§

Implementors§