TextBufferCell

Type Alias TextBufferCell 

Source
pub type TextBufferCell = SemiRefCell<TextBuffer>;
Expand description

A TextBuffer with inner mutability.

Aliased Typeยง

pub struct TextBufferCell { /* private fields */ }