[][src]Trait alacritty::selection::Dimensions

pub trait Dimensions {
    fn dimensions(&self) -> Point;
}

A type that has 2-dimensional boundaries

Required methods

fn dimensions(&self) -> Point

Get the size of the area

Loading content...

Implementors

impl Dimensions for Term[src]

Loading content...