Function nix_store_free

Source
pub unsafe extern "C" fn nix_store_free(store: *mut Store)
Expand description

Deallocate a nix store and free any resources if not also held by other Store instances. Does not fail.

ยงArguments

  • store [in] - the store to free