pub type TextBufferCell = SemiRefCell<TextBuffer>;Expand description
A TextBuffer with inner mutability.
Aliased Typeยง
pub struct TextBufferCell { /* private fields */ }pub type TextBufferCell = SemiRefCell<TextBuffer>;A TextBuffer with inner mutability.
pub struct TextBufferCell { /* private fields */ }