[][src]Trait alacritty::grid::GridCell

pub trait GridCell {
    fn is_empty(&self) -> bool;
fn is_wrap(&self) -> bool;
fn set_wrap(&mut self, wrap: bool); }

Required methods

fn is_empty(&self) -> bool

fn is_wrap(&self) -> bool

fn set_wrap(&mut self, wrap: bool)

Loading content...

Implementors

impl GridCell for Cell[src]

Loading content...