Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Result<ResumeState>
Expand description

Load resume JSON from path, or an empty state when the file is missing.

ยงErrors

Returns HortoError::Io on read failure, or HortoError::Json when the file is not valid JSON.