pub fn load_session(path: &Path) -> Result<CaptureSessionExport>Expand description
Load a session export from disk. Errors carry the underlying I/O or parse failure so the CLI can print an actionable message.
pub fn load_session(path: &Path) -> Result<CaptureSessionExport>Load a session export from disk. Errors carry the underlying I/O or parse failure so the CLI can print an actionable message.