Skip to main content

editor_save_project

Function editor_save_project 

Source
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.