Skip to main content

drop_q_object

Function drop_q_object 

Source
pub 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.