Skip to main content

editor_load_project

Function editor_load_project 

Source
pub fn editor_load_project(path: String) -> Result<EditProject, String>
Expand description

Load an editor project from a .screenproj path.

§Errors

Returns a message if the file can’t be read or parsed.