pub trait ChunkNaming<'a>:
Fn(&'a str, usize) -> String
+ Send
+ Sync { }Expand description
Trait for generating chunk file names.
Implementations should provide a function that generates unique names for chunk files.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".