pub async fn extract_pre_cutover_seed<T, I>(
handle: &SystemContextHandle<T, I>,
) -> Option<PreCutoverSeed<T>>where
T: NodeType,
I: NodeImplementation<T>,Expand description
Walk legacy state to produce a PreCutoverSeed; None on
a broken walk.