Struct pos::source::CombinedSource [] [src]

pub struct CombinedSource { /* fields omitted */ }

A source of points that includes accuracy information.

Methods

impl CombinedSource
[src]

Creates a new combined source from two boxes.

Trait Implementations

impl Debug for CombinedSource
[src]

Formats the value using the given formatter.

impl Source for CombinedSource
[src]

Reads one point from the source.

impl IntoIterator for CombinedSource
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more