pub fn stack_clear(config: &Config) -> Result<()>
Expand description
Clear the stack
ยงErrors
- Return
PathError::FilenameMissing
if thefile
has no filename. - Return
PathError::InvalidPath
if the path part offile
is not a valid path.
pub fn stack_clear(config: &Config) -> Result<()>
Clear the stack
PathError::FilenameMissing
if the file
has no filename.PathError::InvalidPath
if the path part of file
is not a valid path.