Skip to main content

read_unlock_session

Function read_unlock_session 

Source
pub fn read_unlock_session(common_dir: &Path) -> Result<Option<UnlockSession>>
Expand description

Read the current unlock session, if one exists.

ยงErrors

Returns an error if the session file exists but cannot be read or parsed.