Skip to main content

PointUsize

Type Alias PointUsize 

Source
pub type PointUsize = Point<usize>;
Available on crate features ropey or tui only.

Aliased Type§

pub struct PointUsize {
    pub x: usize,
    pub y: usize,
}

Fields§

§x: usize§y: usize