use crate::*;
/// Trait for generating chunk file names.
///
/// Implementations should provide a function that generates unique names for chunk files.
/// Trait for handling chunk operations.
///
/// Defines the interface for saving and merging file chunks.