pub type SendDataPointsCallback = Arc<dyn Fn(Uuid, UpstreamChunk) -> CallbackReturnValue + Send + Sync + 'static>;Expand description
アップストリームチャンクのフラッシュのコールバック
Aliased Type§
pub struct SendDataPointsCallback { /* private fields */ }pub type SendDataPointsCallback = Arc<dyn Fn(Uuid, UpstreamChunk) -> CallbackReturnValue + Send + Sync + 'static>;アップストリームチャンクのフラッシュのコールバック
pub struct SendDataPointsCallback { /* private fields */ }