[][src]Trait nakadi_types::subscription::EventTypePartitionLike

pub trait EventTypePartitionLike {
    fn event_type(&self) -> &EventTypeName;
fn partition(&self) -> &PartitionId; }

Something that has an event type and a partition

Must only return event types and partitions that belong together.

Required methods

fn event_type(&self) -> &EventTypeName

fn partition(&self) -> &PartitionId

Loading content...

Implementors

impl EventTypePartitionLike for EventTypeCursor[src]

impl EventTypePartitionLike for EventTypePartition[src]

impl EventTypePartitionLike for SubscriptionCursor[src]

Loading content...