pub fn delete_session_from(path: &Path) -> Result<(), SessionError>Expand description
Delete a session file at a specific path. Testable variant of delete_session.
§Errors
Returns SessionError::Io on I/O errors other than “not found”.
pub fn delete_session_from(path: &Path) -> Result<(), SessionError>Delete a session file at a specific path. Testable variant of delete_session.
Returns SessionError::Io on I/O errors other than “not found”.