Struct nakadion::streaming_client::RawLine [] [src]

pub struct RawLine {
    pub bytes: Vec<u8>,
    pub received_at: Instant,
}

A line as received from Nakadi plus a timestamp.

Fields

The bytes reveived as a line from Nakadi

The timestamp when this line was received

Trait Implementations

Auto Trait Implementations

impl Send for RawLine

impl Sync for RawLine