diff --git a/src/lib.rs b/src/lib.rs index 07770a23..b88cba77 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -476,6 +476,7 @@ trait BufHandler { fn process_buf(&mut self, v: &mut Vec) -> Result<(), Error>; } +/// Provide the base implementation for sorting chunks and writing shards. pub struct SortAndWriteHandler where T: Send + Serialize,