pub type RcTextBuffer = Rc<TextBufferCell>;Expand description
A TextBuffer inside an Rc.
We need this because the TUI system needs to borrow the given text buffer(s) until after the layout process.
Aliased Typeยง
pub struct RcTextBuffer { /* private fields */ }