pub fn editor_save_project(project: EditProject) -> Result<String, String>Expand description
Save project to its .screenproj (beside the source recording);
returns the written path.
ยงErrors
Returns a message if serialization or the file write fails.