Skip to content

Commit

Permalink
xx happy
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed May 30, 2024
1 parent 1f03eb2 commit 59c6dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connector/src/source/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ pub fn extract_source_struct(info: &PbStreamSourceInfo) -> Result<SourceStruct>
/// Stream of [`SourceMessage`].
pub type BoxSourceStream = BoxStream<'static, crate::error::ConnectorResult<Vec<SourceMessage>>>;

// Manually expand the trait alias to improve IDE experience.
pub trait ChunkSourceStream:
Stream<Item = crate::error::ConnectorResult<StreamChunk>> + Send + 'static
{
Expand Down

0 comments on commit 59c6dc4

Please sign in to comment.