Type Definition libindy_sys::indyCloseWalletCb[][src]

type indyCloseWalletCb = Option<unsafe extern "C" fn(handle: indy_handle_t) -> indy_error_t>;

Close the opened walled storage (For example, closing database connection)

#Params storage_handle: opened storage handle (See open handler)