Skip to main content

restore_solids

Function restore_solids 

Source
pub fn restore_solids(payload: &str) -> Result<RestoredSnapshot, String>
Expand description

Restore a snapshot payload exactly. Every failure mode (bad base64, wrong magic, version mismatch, truncation, corrupted geometry) is a clean Err.