pub type ShardByFn<T> = Rc<dyn Fn(&MemoryFragment<T>) -> ShardKey>;
ShardByFn type alias.
ShardByFn
pub struct ShardByFn<T> { /* private fields */ }