[][src]Type Definition pane::PositionedLines

type PositionedLines<V> = Vec<(V, String)>;

Lines that have starting positions

V usually implements Vector2