pub fn load_session(path: &Path) -> Result<Vec<Step>>Expand description
Detect the format of a session file and load it into a timeline of
steps. This is the canonical entry point — every code path that
consumes a single session should go through here so new formats only
need to be registered in one place (here + Format + format::detect).