pub type DrawerContents = Vec<Segment>;
A collection of text segments representing each item in the drawer and each rendered vertically-separated.
pub struct DrawerContents { /* private fields */ }