pub fn editor_load_project(path: String) -> Result<EditProject, String>
Load an editor project from a .screenproj path.
.screenproj
path
Returns a message if the file can’t be read or parsed.