Struct nakadion::StreamId [] [src]

pub struct StreamId(pub String);

A StreamId identifies a subscription. It must be provided for checkpointing with a Cursor.

Methods

impl StreamId
[src]

Trait Implementations

impl Clone for StreamId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamId
[src]

Formats the value using the given formatter.