pub fn delete_session() -> Result<(), SessionError>Expand description
Delete the session file. Returns Ok(()) even if the file doesn’t exist.
§Errors
Returns SessionError::Io on I/O errors other than “not found”.
pub fn delete_session() -> Result<(), SessionError>Delete the session file. Returns Ok(()) even if the file doesn’t exist.
Returns SessionError::Io on I/O errors other than “not found”.