//! Streaming output sinks for blame_over_time_streaming. Each sink receives
//! one DataFrame per snapshot plus a `finish` call at the end.
use DataFrame;
use crateRpoError;
pub use ;
pub use ;
/// Receives blame frames one snapshot at a time.
///
/// Implement this to stream a blame-over-time run somewhere other than
/// memory. See [`Builder::blame_over_time_streaming`](crate::Builder::blame_over_time_streaming).