Trait GridCell
alacritty::grid
pub trait GridCell { fn is_empty(&self) -> bool; fn is_wrap(&self) -> bool; fn set_wrap(&mut self, wrap: bool); }
fn is_empty(&self) -> bool
fn is_wrap(&self) -> bool
fn set_wrap(&mut self, wrap: bool)
impl GridCell for Cell