Skip to content

Commit

Permalink
Add docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Aug 7, 2024
1 parent 4e83a03 commit ed9d565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ trait BufHandler<T> {
fn process_buf(&mut self, v: &mut Vec<T>) -> Result<(), Error>;
}

/// Provide the base implementation for sorting chunks and writing shards.
pub struct SortAndWriteHandler<T, S>
where
T: Send + Serialize,
Expand Down

0 comments on commit ed9d565

Please sign in to comment.