DrawerContents

Type Alias DrawerContents 

Source
pub type DrawerContents = Vec<Segment>;
Expand description

A collection of text segments representing each item in the drawer and each rendered vertically-separated.

Aliased Typeยง

pub struct DrawerContents { /* private fields */ }