Skip to main content

open

Function open 

Source
pub fn open(target: &Utf8Path, key: &str) -> Result<Txn, RkError>
Expand description

Open a transaction over the target’s two files.

§Errors

Returns RkError::Io where the state root is unknown, the backup cannot be written, or flake.nix cannot be copied.