Skip to content

Commit

Permalink
removes unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed May 17, 2024
1 parent 18eaa6e commit 7f19fe2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/kafka_stream_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ impl<'a, S: ?Sized, E> KafkaStreamExt<'a> for S where
}

pub trait KafkaStreamExt<'a>: Stream {
fn store_offsets<C>(self, consumer: C) -> StoreOffsets<'a, Self>
where
Self: Sized,
C: Into<&'a StreamConsumer>,
{
StoreOffsets {
consumer: consumer.into(),
stream: self,
}
}

fn try_store_offsets<C>(self, consumer: C) -> TryStoreOffsets<'a, Self>
where
Self: Sized,
Expand Down

0 comments on commit 7f19fe2

Please sign in to comment.