StreamFormat

Trait StreamFormat 

Source
pub trait StreamFormat { }
Expand description

Marker trait for data stream output formats

This trait is used to distinguish between different output formats (JSON, NMEA, Raw) at the type level.

Implementors§