Struct nmea0183::Parser[][src]

pub struct Parser { /* fields omitted */ }
Expand description

Parses NMEA sentences and stores intermediate parsing state. Parser is tolerant for errors so you should not reinitialize it after errors.

Implementations

Constructs new Parser.

Accepts only that source

Ignore all sources except given.

Accepts only that sentence

Ignore all sentences except given.

Use parser state and bytes slice than returns Iterator that yield ParseResult or errors if has enough data for parsing.

Parse NMEA by one byte at a time. Returns Some if has enough data for parsing.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.