pub fn write_memory(
    ctx: &Context,
    memory_file_path: impl AsRef<Path>
) -> Result<(), Box<dyn Error>>
Expand description

Alternative to FileStorage

Errors

When failing to serialize or create the file.