Skip to main content

delete_session_from

Function delete_session_from 

Source
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”.