pub type SourceBatch = Vec<SourceEvent>;Expand description
一批源事件,便于批量传输;允许返回空 Vec 代表暂时无数据。 A batch of events for bulk delivery; empty Vec means “no data for now”.
Aliased Type§
pub struct SourceBatch { /* private fields */ }pub type SourceBatch = Vec<SourceEvent>;一批源事件,便于批量传输;允许返回空 Vec 代表暂时无数据。 A batch of events for bulk delivery; empty Vec means “no data for now”.
pub struct SourceBatch { /* private fields */ }