pub type ContentArray = Vec<Box<dyn Content>>;
Content array helper
pub struct ContentArray { /* private fields */ }