LineSegmentOrPointIter

Type Alias LineSegmentOrPointIter 

Source
pub type LineSegmentOrPointIter = Either<Iter, Once<ICoord>>;

Aliased Type§

pub enum LineSegmentOrPointIter {
    Left(Iter),
    Right(Once<ICoord>),
}

Variants§

§

Left(Iter)

A value of type L.

§

Right(Once<ICoord>)

A value of type R.