Type Alias iced::widget::canvas::path::lyon_path::geom::Point

pub type Point<T> = Point2D<T, UnknownUnit>;
Available on crate feature canvas only.

Aliased Type§

struct Point<T> {
    pub x: T,
    pub y: T,
    /* private fields */
}

Fields§

§x: T§y: T