pub fn sync_join<R, G, const BODY_SIZE: usize>( getter: G, root: R, ) -> Result<Vec<u8>>where R: JoinRef, G: SyncChunkGet<BODY_SIZE> + Clone + Send + Sync,
Join chunks synchronously. Dispatches plain/encrypted via JoinRef.
JoinRef