ContentArray

Type Alias ContentArray 

Source
pub type ContentArray = Vec<Box<dyn Content>>;
Expand description

Content array helper

Aliased Typeยง

pub struct ContentArray { /* private fields */ }