pub type TerminalBackend = Terminal<CrosstermBackend<Stdout>>;
pub struct TerminalBackend { /* private fields */ }