Skip to main content

create_tmpdir

Function create_tmpdir 

Source
pub fn create_tmpdir() -> Result<TempDir, ExtensionError>
Expand description

Create a secure temp directory for {tmpdir}.

§Errors

Returns ExtensionError::Io when a temp dir cannot be created.