pub unsafe extern "C" fn nix_derivation_to_json(
context: *mut nix_c_context,
drv: *const nix_derivation,
callback: nix_get_string_callback,
userdata: *mut c_void,
) -> nix_errExpand description
Gets the derivation as a JSON string
ยงArguments
context[out] - Optional, stores error informationdrv[in] - The derivationcallback[in] - Called with the JSON stringuserdata[in] - Arbitrary data passed to the callback