[][src]Type Definition fit_text::PositionedList

type PositionedList<V, I> = Vec<(V, I)>;

A list of positioned objects

V usually implements Vector2