Function kdb_c_api::drop_q_object[][src]

pub extern "C" fn drop_q_object(obj: K) -> K
Expand description

Drop Rust object inside q. Passed as the first element of a foreign object.

Parameters

  • obj: List of (function to free the object; foreign object).

Example

See the example of load_as_q_function.