Type Alias indyWalletOpenSearchAllCb

Source
pub type indyWalletOpenSearchAllCb = Option<unsafe extern "C" fn(handle: indy_handle_t, search_handle: indy_handle_t) -> indy_error_t>;
Expand description

Search for all wallet storage records

#Params storage_handle: opened storage handle (See open handler) search_handle_p: pointer to store wallet search handle

Aliased Type§

pub enum indyWalletOpenSearchAllCb {
    None,
    Some(unsafe extern "C" fn(i32, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32) -> i32)

Some value of type T.